We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb3fe6 commit aac4f92Copy full SHA for aac4f92
.github/workflows/build-and-publish-web.yml
@@ -28,7 +28,7 @@ jobs:
28
# If main branch update, deploy to gh-pages
29
- name: Deploy
30
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
31
- uses: JamesIves/[email protected].0
+ uses: JamesIves/[email protected].8
32
with:
33
BRANCH: gh-pages # The branch the action should deploy to.
34
FOLDER: compose-web/build/dist/wasmJs/productionExecutable # The folder the action should deploy.
0 commit comments