parent
955feae2af
commit
5cda18ffeb
1 changed files with 8 additions and 2 deletions
|
@ -5,5 +5,11 @@ jobs:
|
|||
name: debug
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: hugo
|
||||
uses: ./actions/hugo
|
||||
- name: Setup 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