Allow pages workflow to write to the repository
This commit is contained in:
parent
fa098f955d
commit
fea3a78662
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Reference in a new issue