mirror of
https://gitlab.com/ahoneybun/ahoneybun-net.git
synced 2026-05-30 06:24:34 -06:00
fix CI
This commit is contained in:
parent
7f6fbc76a0
commit
404be26e72
1 changed files with 2 additions and 3 deletions
|
|
@ -9,11 +9,10 @@ variables:
|
|||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
build-zola-theme:
|
||||
build-zola-site:
|
||||
stage: build
|
||||
script:
|
||||
- nix develop
|
||||
- zola build
|
||||
- nix develop --command zola build
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue