diff --git a/.github/workflows/pelican-gh-pages.yml b/.github/workflows/pelican-gh-pages.yml index cbeadd5..4bbbb0f 100644 --- a/.github/workflows/pelican-gh-pages.yml +++ b/.github/workflows/pelican-gh-pages.yml @@ -85,7 +85,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 deploy_preview: needs: build @@ -101,7 +101,7 @@ jobs: steps: - name: Deploy PR preview to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 with: preview: true - name: Publish preview URL