Skip to content

Commit

Permalink
fix(CID): set docs environment to github-pages
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 29, 2023
1 parent b96787a commit 152ba1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CID.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ jobs:
strategy:
matrix:
python_version: ['3.10']
permissions:
contents: read
pages: read
environment: github-pages
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -458,7 +462,7 @@ jobs:
id-token: write
pages: write
environment:
name: release
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 152ba1e

Please sign in to comment.