Skip to content

Commit

Permalink
Update path in the GH Pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Sep 3, 2024
1 parent 52cb6f0 commit e4f52a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html
publish_dir: moshpit_docs/_build/html
publish_branch: book
enable_jekyll: false

0 comments on commit e4f52a8

Please sign in to comment.