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 78ec6d1 commit 3fb0127
Show file tree
Hide file tree
Showing 3 changed files with 2,087 additions and 1,065 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Build site
run: npm run build
working-directory: doc

- name: Add CNAME file
run: cp ../CNAME ./doc/build/CNAME
run: cp ./CNAME ./doc/build/CNAME

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

0 comments on commit 3fb0127

Please sign in to comment.