diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ddc74fa8..5ca558483 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: run: npm run export - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.4 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages # The branch the action should deploy to. folder: out # The folder the action should deploy. \ No newline at end of file diff --git a/.github/workflows/schedule_deploy.yml b/.github/workflows/schedule_deploy.yml index 780ac8671..502b3cf2d 100644 --- a/.github/workflows/schedule_deploy.yml +++ b/.github/workflows/schedule_deploy.yml @@ -22,7 +22,7 @@ jobs: run: npm run export - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.4 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages # The branch the action should deploy to. folder: out # The folder the action should deploy. \ No newline at end of file