Skip to content

Commit 035615e

Browse files
committed
fix hugo
1 parent 5056dca commit 035615e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-ghpages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Deploy to GitHub Pages'
1+
name: "Deploy to GitHub Pages"
22

33
on:
44
push:
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Hugo
1515
uses: peaceiris/actions-hugo@v2
1616
with:
17-
hugo-version: '0.85.0'
17+
hugo-version: "0.133.0"
1818
extended: true
1919

2020
- name: Build

0 commit comments

Comments
 (0)