diff --git a/.github/workflows/build-and-publish-web.yml b/.github/workflows/build-and-publish-web.yml index 9936a86..79480a7 100644 --- a/.github/workflows/build-and-publish-web.yml +++ b/.github/workflows/build-and-publish-web.yml @@ -28,7 +28,7 @@ jobs: # If main branch update, deploy to gh-pages - name: Deploy if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: compose-web/build/dist/wasmJs/productionExecutable # The folder the action should deploy.