We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996efd8 commit a6bee53Copy full SHA for a6bee53
.github/workflows/gh-pages.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Upload Pages Artifact
48
uses: actions/upload-pages-artifact@v3
49
with:
50
- path: /docs/build/html/
+ path: build/html/
51
52
- name: Deploy to GitHub Pages
53
uses: actions/deploy-pages@v4
0 commit comments