Skip to content

Commit aac4f92

Browse files
Update JamesIves/github-pages-deploy-action action to v4.6.8
1 parent 4cb3fe6 commit aac4f92

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/[email protected].0
31+
uses: JamesIves/[email protected].8
3232
with:
3333
BRANCH: gh-pages # The branch the action should deploy to.
3434
FOLDER: compose-web/build/dist/wasmJs/productionExecutable # The folder the action should deploy.

0 commit comments

Comments
 (0)