diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37c7feb..f7afb5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: working-directory: website - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages # The branch the action should deploy to. folder: "website/build" # The folder the action should deploy.