diff --git a/.github/workflows/testAndDeploy.yml b/.github/workflows/testAndDeploy.yml index f03e505f..58cdb6e5 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.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: out # The folder the action should deploy.