Skip to content

Commit f524c4a

Browse files
committed
chore: new action
1 parent 4c30391 commit f524c4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploypages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ jobs:
7373
deploy:
7474
needs: commit-docs
7575
runs-on: ubuntu-latest
76+
permissions:
77+
contents: read # checkout needs this
78+
pages: write # let the action publish
79+
id-token: write # ⭐ required by deploy-pages
80+
environment:
81+
name: github-pages
82+
url: ${{ steps.deployment.outputs.page_url }}
83+
7684
steps:
7785
- uses: actions/checkout@v4
7886

0 commit comments

Comments
 (0)