Browse Source

Try specifying an environment

pull/30/head
Ian Chamberlain 1 year ago
parent
commit
1216a78ea7
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 8
      .github/workflows/docs.yml

8
.github/workflows/docs.yml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
name: docs
name: GitHub Pages
on:
push:
@ -31,7 +31,13 @@ jobs: @@ -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

Loading…
Cancel
Save