mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 18:29:08 +00:00
Add dependency fetch to github build
This commit is contained in:
parent
d3a1ae6857
commit
d70067e5b0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
with:
|
||||
hugo-version: '0.115.4'
|
||||
extended: true
|
||||
- name: Fetch dependencies
|
||||
run: |
|
||||
./bin/fetch-deps.sh
|
||||
- name: Hugo Build
|
||||
run: hugo --minify
|
||||
- name: Garbagespeak Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue