Skip to content

Commit 1d16bea

Browse files
Update JamesIves/github-pages-deploy-action action to v4.8.0
1 parent 1ddbd47 commit 1d16bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# If main branch update, deploy to gh-pages
2929
- name: Deploy
3030
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
31-
uses: JamesIves/github-pages-deploy-action@v4.7.3
31+
uses: JamesIves/github-pages-deploy-action@v4.8.0
3232
with:
3333
BRANCH: gh-pages # The branch the action should deploy to.
3434
FOLDER: composeApp/build/dist/wasmJs/productionExecutable # The folder the action should deploy.

0 commit comments

Comments
 (0)