diff --git a/.github/workflows/zola_build.yml b/.github/workflows/zola_build.yml index 8508df3..c2b56ce 100644 --- a/.github/workflows/zola_build.yml +++ b/.github/workflows/zola_build.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} \ No newline at end of file