Skip to content

Commit a06794e

Browse files
authored
Fix nojekyll (#16)
* Fix: nojekyll * Fix: nojekyll v2 * Feat: new way of pages deploy * Fix: permissions
1 parent ceca0ea commit a06794e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
path: .pub_min_cache
7070
key: mkdocs-publisher-cache-${{ github.run_id }}
7171
deploy:
72+
permissions:
73+
pages: write
74+
id-token: write
7275
environment:
7376
name: github-pages
7477
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)