We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ad916 commit f12a6fcCopy full SHA for f12a6fc
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
52
with:
53
- path: .
+ path: './docs/build/html'
54
#
55
# - name: Push changes
56
# uses: ad-m/github-push-action@master
0 commit comments