We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f090d commit 6c49975Copy full SHA for 6c49975
.github/workflows/deploy_docs.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/upload-pages-artifact@v2
48
with:
49
# Upload docs
50
- path: ${GITHUB_WORKSPACE}/docs
+ path: './docs'
51
- name: Deploy to GitHub Pages
52
id: deployment
53
uses: actions/deploy-pages@v2
0 commit comments