We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b822d commit fcddf87Copy full SHA for fcddf87
.github/workflows/build-web.yml
@@ -29,7 +29,7 @@ jobs:
29
path: ./web.zip
30
- uses: JamesIves/github-pages-deploy-action@v4
31
with:
32
- folder: build/web
+ folder: build/web
33
upload-artifacts:
34
runs-on: ubuntu-latest
35
needs: [release-web]
0 commit comments