Skip to content

Commit

Permalink
fix deploy of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 authored Jun 25, 2023
1 parent 1680c94 commit 80b6e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 80b6e45

Please sign in to comment.