Skip to content

Commit 505d221

Browse files
committed
Attempt a fix again for publishing
1 parent 08597a2 commit 505d221

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- '*'
77
workflow_dispatch:
88

9-
permissions:
10-
contents: read
11-
pages: write
12-
id-token: write
13-
149
jobs:
1510

1611
documents:
@@ -21,6 +16,11 @@ jobs:
2116

2217
runs-on: ubuntu-latest
2318

19+
permissions:
20+
contents: read
21+
pages: write
22+
id-token: write
23+
2424
environment:
2525
name: github-pages
2626
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)