We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0f4a1 commit c772e2dCopy full SHA for c772e2d
1 file changed
.github/workflows/publish_docs.yml
@@ -28,9 +28,9 @@ jobs:
28
cd docs
29
make html
30
- name: Add .nojekyll file
31
- run: touch docs/_build/html/.nojekyll
+ run: touch docs/build/html/.nojekyll
32
- name: Deploy to GitHub Pages
33
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
34
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
- publish_dir: docs/_build/html # directory containing built HTML files
+ publish_dir: docs/build/html # directory containing built HTML files
0 commit comments