diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 893bcd6..d2f0804 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -34,10 +34,9 @@ jobs: deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.pages_url }} + url: ${{ steps.deployment.outputs.page_url }} needs: build runs-on: ubuntu-latest - name: Deploy steps: - name: Deploy to Github Pages id: deployment