diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a33ac8b..c45068a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: docs +name: GitHub Pages on: push: @@ -31,7 +31,13 @@ jobs: permissions: pages: write id-token: write + + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + steps: - name: Deploy to GitHub Pages + id: deployment uses: actions/deploy-pages@v2