diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d740824f..820c49b9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: - name: Deploy if: github.event_name == 'push' && github.repository == 'AMReX-Fluids/AMReX-Hydro' && github.ref == 'refs/heads/development' - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} access-token: ${{ secrets.DEPLOY_DOCS_HYDRO }} @@ -49,7 +49,7 @@ jobs: - name: Deploy Doxygen if: github.event_name == 'push' && github.repository == 'AMReX-Fluids/AMReX-Hydro' && github.ref == 'refs/heads/development' - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} access-token: ${{ secrets.DEPLOY_DOCS_HYDRO }}