diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee51b48..7c4e67c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,5 +33,5 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/deploy-pages@v4 + - uses: actions/deploy-pages@v3 id: deployment