Use apt instead of apt-get
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m11s
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m11s
This commit is contained in:
parent
ba4173b058
commit
12d54d1810
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
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
|
- name: Setup
|
||||||
run: apt-get install hugo -y
|
run: apt install hugo -y
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue