diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc7318b82e..ed1d9fea6e 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.0 with: branch: gh-pages # The branch the action should deploy to. folder: website/ # The folder the action should deploy.