diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 91564cc96..196023951 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,6 +12,8 @@ on: jobs: build: runs-on: ubuntu-latest + outputs: + page_url: ${{ steps.deployment.outputs.page_url }} steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 @@ -33,7 +35,7 @@ jobs: runs-on: ubuntu-latest environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: ${{ needs.build.outputs.page_url }} permissions: actions: read # to read the artifact from the previous job # pages and id-token required to deploy to GitHub Pages