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 5e16840 commit 3ce968dCopy full SHA for 3ce968d
.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.7.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.6
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