Skip to content

Commit

Permalink
Incorporate more bits from https://github.com/actions/deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcc committed Feb 13, 2024
1 parent cff2665 commit 96a20a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
environment:
name: github-pages

permissions:
pages: write
id-token: write

steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
Expand Down

0 comments on commit 96a20a3

Please sign in to comment.