diff --git a/.github/workflows/generate_website.yml b/.github/workflows/generate_website.yml index 3a5d92c8958..6ba008a645d 100644 --- a/.github/workflows/generate_website.yml +++ b/.github/workflows/generate_website.yml @@ -40,7 +40,7 @@ jobs: cd doc ./moosedocs.py build --num-threads 4 --destination site - name: Update gh-pages branch - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./doc/site