Skip to content

Commit c889860

Browse files
committed
update hugo to 0.145.0
1 parent 8892fd4 commit c889860

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deploy
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66

77
jobs:
88
build:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Hugo
1919
uses: peaceiris/actions-hugo@v2
2020
with:
21-
hugo-version: '0.79.1'
21+
hugo-version: "0.145.0"
2222
# extended: true
2323

2424
- name: Build

0 commit comments

Comments
 (0)