We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c9271 commit fce625bCopy full SHA for fce625b
.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/github-pages-deploy-action@v4.6.8
+ uses: JamesIves/github-pages-deploy-action@v4.7.2
32
with:
33
BRANCH: gh-pages # The branch the action should deploy to.
34
FOLDER: composeApp/build/dist/wasmJs/productionExecutable # The folder the action should deploy.
0 commit comments