Skip to content

Commit

Permalink
Improved documentation and fixed GitHub Pages CI
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardocucia committed Jun 19, 2024
1 parent 95446b4 commit 78ec6d1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: doc
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -21,12 +18,13 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: doc

- name: Build site
run: npm run build

- name: Move CNAME file
run: mv ../CNAME ./doc/build/CNAME
working-directory: doc
- name: Add CNAME file
run: cp ../CNAME ./doc/build/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 78ec6d1

Please sign in to comment.