diff --git a/.github/workflows/testAndDeploy.yml b/.github/workflows/testAndDeploy.yml index 8ffdf7d6..ab1bd17d 100644 --- a/.github/workflows/testAndDeploy.yml +++ b/.github/workflows/testAndDeploy.yml @@ -36,7 +36,7 @@ jobs: npm run build touch out/.nojekyll - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: out # The folder the action should deploy.