Skip to content

Commit

Permalink
Correct folder paths in doc upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtcollins committed Jul 20, 2024
1 parent 282207f commit 9f490ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Upload book
uses: actions/upload-pages-artifact@v2
with:
path: book/
path: doc/book/
retention-days: "3"

- name: Deploy Book
uses: JamesIves/github-pages-deploy-action@v4
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
with:
branch: gh-pages
folder: book/
folder: doc/book/
single-commit: true

0 comments on commit 9f490ab

Please sign in to comment.