mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-10 16:39:31 +00:00
udpate hugo version
This commit is contained in:
@@ -7,13 +7,13 @@ jobs:
|
|||||||
build-publish:
|
build-publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6.0.3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: "recursive"
|
||||||
- name: setup hugo
|
- name: setup hugo
|
||||||
uses: peaceiris/actions-hugo@v3
|
uses: peaceiris/actions-hugo@v3.2.1
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.150.1'
|
hugo-version: "0.163.0"
|
||||||
extended: true
|
extended: true
|
||||||
- name: build
|
- name: build
|
||||||
run: hugo --minify --destination ./build
|
run: hugo --minify --destination ./build
|
||||||
|
|||||||
Reference in New Issue
Block a user