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 0ce4c18 commit 616e025Copy full SHA for 616e025
.github/workflows/pages.yml
@@ -72,7 +72,7 @@ jobs:
72
uses: actions/upload-pages-artifact@v1
73
with:
74
# Upload docs/build/html dir
75
- path: docs/build/html/
+ path: docs/build/html/
76
- name: Deploy to GitHub Pages
77
id: deployment
78
if: github.event_name != 'pull_request'
0 commit comments