Skip to content

Commit 80b6e45

Browse files
authored
fix deploy of pages
1 parent 1680c94 commit 80b6e45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dokka.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
url: ${{ steps.deployment.outputs.page_url }}
3131
runs-on: ubuntu-latest
3232
needs: build
33+
permissions:
34+
pages: write
35+
id-token: write
3336
steps:
3437
- name: Deploy to GitHub Pages
3538
id: deployment

0 commit comments

Comments
 (0)