We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e9f82 commit a84c7e0Copy full SHA for a84c7e0
1 file changed
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Upload static files as artifact
47
uses: actions/upload-pages-artifact@v4
48
with:
49
- path: docs/source/build/html
+ path: docs/build/html
50
- name: Deploy to GitHub Pages
51
id: deployment
52
uses: actions/deploy-pages@v4
0 commit comments