diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5bc5bde4..6baaafb4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,5 +30,8 @@ jobs: with: path: public - name: Deploy to GitHub Pages + id: deployment uses: actions/deploy-pages@v4 - id: github-pages \ No newline at end of file + env: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} \ No newline at end of file