diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bdd95d0..7513bf1c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: run: npm run export - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages # The branch the action should deploy to. folder: out # The folder the action should deploy. diff --git a/.github/workflows/schedule_deploy.yml b/.github/workflows/schedule_deploy.yml index 9a6f5f6d..39bd4c2d 100644 --- a/.github/workflows/schedule_deploy.yml +++ b/.github/workflows/schedule_deploy.yml @@ -26,7 +26,7 @@ jobs: run: npm run export - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages # The branch the action should deploy to. folder: out # The folder the action should deploy.