diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index f54bbd6..b157fd3 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -62,7 +62,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment-pages - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 - name: Info run: echo "Deployed to ${{ steps.deployment-pages.outputs.page_url }}" \ No newline at end of file