Skip to content

Commit 5ee05e3

Browse files
committed
update workflow
1 parent 3be0eeb commit 5ee05e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Hugo
3434
uses: peaceiris/actions-hugo@v2
3535
with:
36-
hugo-version: '0.124.1'
36+
hugo-version: "0.124.1"
3737
extended: true
3838
- name: Checkout
3939
uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
HUGO_ENV: production
5050
run: hugo --minify
5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v1
52+
uses: actions/upload-pages-artifact@v3
5353
with:
5454
path: ./public
5555

0 commit comments

Comments
 (0)