Skip to content

Commit fce625b

Browse files
Update JamesIves/github-pages-deploy-action action to v4.7.2
1 parent f0c9271 commit fce625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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.6.8
31+
uses: JamesIves/github-pages-deploy-action@v4.7.2
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)