Skip to content

Commit 269e9a8

Browse files
Merge remote-tracking branch 'origin/mdbook' into mdbook
2 parents 0e25c52 + 877b421 commit 269e9a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
- master
66
workflow_dispatch:
77

8-
permissions:
9-
contents: read
10-
pages: write
11-
id-token: write
128
jobs:
139
build:
10+
permissions:
11+
contents: read
1412
runs-on: ubuntu-latest
1513
steps:
1614
- uses: actions/checkout@v3
@@ -28,6 +26,9 @@ jobs:
2826
with:
2927
path: ./book
3028
deploy:
29+
permissions:
30+
pages: write
31+
id-token: write
3132
environment:
3233
name: github-pages
3334
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)