+ Adding required steages for building
This commit is contained in:
parent
9b854510fb
commit
64229f8ec5
@ -9,10 +9,12 @@ include:
|
|||||||
- local: 'ci/builders.yml'
|
- local: 'ci/builders.yml'
|
||||||
|
|
||||||
build-neocities: &builder
|
build-neocities: &builder
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- hugo --config configs/neocities.toml
|
- hugo --config configs/neocities.toml
|
||||||
|
|
||||||
build-pages: &builder
|
build-pages: &builder
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- hugo --config configs/pages.toml
|
- hugo --config configs/pages.toml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user