diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc7318b82e..2af2955d57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: Clean up temporary files run: rm -rf website/temp - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages # The branch the action should deploy to. folder: website/ # The folder the action should deploy.