diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6b1c94eb..05ec0edd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Build Project run: npm run build - 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: dist # The folder the action should deploy.