Skip to content

Commit

Permalink
Try specifying an environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Nov 21, 2023
1 parent ce3c8a0 commit 1216a78
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docs
name: GitHub Pages

on:
push:
Expand Down Expand Up @@ -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

0 comments on commit 1216a78

Please sign in to comment.