contents to write
This commit is contained in:
parent
e0d7de7ce7
commit
fc6d1b189f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/hugo.yaml
vendored
4
.github/workflows/hugo.yaml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
|
@ -75,4 +75,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue