We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ac014 commit c72eb92Copy full SHA for c72eb92
1 file changed
.github/workflows/static.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v3
38
with:
39
- path: "./sphinx/build/html"
+ path: "./docs/sphinx/build/html"
40
- name: Deploy to GitHub Pages
41
id: deployment
42
uses: actions/deploy-pages@v4
0 commit comments