diff --git a/.github/workflows/deploy_dbt_docs.yaml b/.github/workflows/deploy_dbt_docs.yaml index 6463ccb33..6a3626034 100644 --- a/.github/workflows/deploy_dbt_docs.yaml +++ b/.github/workflows/deploy_dbt_docs.yaml @@ -10,6 +10,9 @@ on: jobs: deploy-dbt-docs: runs-on: ubuntu-latest + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} # These permissions are required to make a GitHub Pages deployment permissions: pages: write # To deploy to Pages