diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3163808..d3e2eaa 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,9 @@ jobs: runs-on: ubuntu-latest name: Publish Docs needs: test + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && !contains(github.event.commits[0].message, '[skip ci]') steps: - name: Fetch Sources