We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec85818 commit 9944f73Copy full SHA for 9944f73
.github/workflows/hugo.yaml
@@ -74,6 +74,8 @@ jobs:
74
name: github-pages
75
url: ${{ steps.deployment.outputs.page_url }}
76
runs-on: ubuntu-latest
77
+ permissions:
78
+ contents: write
79
needs: build
80
steps:
81
- name: Deploy to GitHub Pages
0 commit comments