We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba89eb commit 916c0e5Copy full SHA for 916c0e5
.github/workflows/deploy-gh-pages.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/upload-artifact@v4
53
with:
54
name: github-pages
55
- path: '.out'
+ path: './out'
56
57
deploy:
58
needs: "build"
0 commit comments