Remove external dependency
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m50s
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m50s
This commit is contained in:
parent
97e9313436
commit
24a03827c8
1 changed files with 2 additions and 5 deletions
|
@ -15,11 +15,8 @@ jobs:
|
|||
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@v3
|
||||
with:
|
||||
hugo-version: "0.119.0"
|
||||
# extended: true
|
||||
- name: Setup
|
||||
run: apt-get install hugo -y
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue