Skip to content

Commit aabb04c

Browse files
committed
Updated Hugo and GitHub action versions.
1 parent 8223621 commit aabb04c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
HUGO_VERSION: "0.155.2"
10+
HUGO_VERSION: "0.159.2"
1111

1212
jobs:
1313
build:
@@ -31,7 +31,7 @@ jobs:
3131
run: hugo --minify
3232

3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v3
34+
uses: actions/upload-pages-artifact@v5
3535
with:
3636
path: ./public/
3737

@@ -48,4 +48,4 @@ jobs:
4848
steps:
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v4
51+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)