Compare commits
2 commits
master
...
feature/fi
Author | SHA1 | Date | |
---|---|---|---|
da797997c0 | |||
24a03827c8 |
1 changed files with 3 additions and 6 deletions
|
@ -10,16 +10,13 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup
|
||||||
uses: peaceiris/actions-hugo@v3
|
run: apt-get install hugo -y
|
||||||
with:
|
|
||||||
hugo-version: "0.119.0"
|
|
||||||
# extended: true
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue