parent
955feae2af
commit
5cda18ffeb
1 changed files with 8 additions and 2 deletions
|
@ -5,5 +5,11 @@ jobs:
|
||||||
name: debug
|
name: debug
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: hugo
|
- name: Setup Hugo
|
||||||
uses: ./actions/hugo
|
uses: peaceiris/actions-hugo@v3
|
||||||
|
with:
|
||||||
|
hugo-version: '0.119.0'
|
||||||
|
# extended: true
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: hugo --minify
|
||||||
|
|
Loading…
Reference in a new issue