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 250066e commit aae1d37Copy full SHA for aae1d37
.github/workflows/pages.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v3
42
with:
43
- path: result # Ensure this is the correct output directory
+ path: result
44
45
deploy:
46
needs: build
0 commit comments