diff --git a/.github/workflows/publish-gh-pages.yaml b/.github/workflows/publish-gh-pages.yaml index 96683c9..e9d1345 100644 --- a/.github/workflows/publish-gh-pages.yaml +++ b/.github/workflows/publish-gh-pages.yaml @@ -15,7 +15,7 @@ jobs: - name: Deploy 🚀 if: github.ref_name == 'main' - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.