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 12e937c commit dd0e265Copy full SHA for dd0e265
.github/workflows/deploy-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Upload artifact
30
uses: actions/upload-pages-artifact@v3
31
with:
32
- path: '.'
+ path: 'docs'
33
34
- name: Deploy to GitHub Pages
35
id: deployment
0 commit comments