Skip to content

Commit c772e2d

Browse files
committed
gh-pages deployment script update
1 parent bc0f4a1 commit c772e2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
cd docs
2929
make html
3030
- name: Add .nojekyll file
31-
run: touch docs/_build/html/.nojekyll
31+
run: touch docs/build/html/.nojekyll
3232
- name: Deploy to GitHub Pages
33-
uses: peaceiris/actions-gh-pages@v3
33+
uses: peaceiris/actions-gh-pages@v4
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
36-
publish_dir: docs/_build/html # directory containing built HTML files
36+
publish_dir: docs/build/html # directory containing built HTML files

0 commit comments

Comments
 (0)