ttf
This commit is contained in:
parent
08ac35c8e5
commit
7b6f7fad66
|
@ -10,17 +10,19 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# - name: Fetch repo
|
||||
# uses: actions/checkout@v3
|
||||
# with:
|
||||
# submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
# fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
- name: Fetch repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.110.0'
|
||||
# extended: true
|
||||
|
||||
- name: Build
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2.6.0
|
||||
with:
|
||||
hugo-version: "0.110.0"
|
||||
extended: true
|
||||
run: hugo --minify
|
||||
|
||||
- name: Deploy
|
||||
|
|
Loading…
Reference in New Issue