Skip to content

Commit 54a0529

Browse files
updated to newest Hugo version
1 parent 1e4c841 commit 54a0529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
# Provide permission to clone the repo and deploy it to GitHub Pages
1414
permissions:
15-
contents: read
15+
contents: write
1616
pages: write
1717
id-token: write
1818

@@ -62,9 +62,9 @@ jobs:
6262
runs-on: ubuntu-latest
6363
needs: build
6464
steps:
65-
#- name: Deploy to GitHub Pages
66-
# id: deployment
67-
# uses: actions/deploy-pages@v4
65+
- name: Deploy to GitHub Pages
66+
id: deployment
67+
uses: actions/deploy-pages@v4
6868
- name: Deploy
6969
uses: peaceiris/actions-gh-pages@v3
7070
with:

0 commit comments

Comments
 (0)