Skip to content

Commit 74851d4

Browse files
Update JamesIves/github-pages-deploy-action action to v4.8.0 (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a75d04d commit 74851d4

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)