Skip to content

Commit eba729b

Browse files
authored
Update hugo.yml
1 parent f92377b commit eba729b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- name: Setup Hugo
1212
uses: peaceiris/actions-hugo@v2
1313
with:
14-
hugo-version: '0.59.1'
14+
hugo-version: '0.73.0'
1515
- name: Build
1616
run: hugo
1717
- name: Deploy
18-
uses: peaceiris/actions-gh-pages@v2
18+
uses: peaceiris/actions-gh-pages@v3
1919
with:
2020
cname: containrrr.dev
2121
publish_branch: master

0 commit comments

Comments
 (0)