274.diff (517B)
1 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml 2 index 69c8549..cd4fd59 100644 3 --- a/.github/workflows/deploy.yml 4 +++ b/.github/workflows/deploy.yml 5 @@ -21,7 +21,7 @@ jobs: 6 npm run build 7 8 - name: Deploy 🚀 9 - uses: JamesIves/github-pages-deploy-action@v4.2.5 10 + uses: JamesIves/github-pages-deploy-action@v4.4.1 11 with: 12 branch: gh-pages # The branch the action should deploy to. 13 folder: dist # The folder the action should deploy.