diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 108b36f..a2ad91a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -53,7 +53,7 @@ jobs: - name: Deploy to GitHub Pages if on master if: github.event_name == 'push' && github.ref == 'refs/heads/main' id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 pdf: runs-on: ubuntu-latest