mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
10 lines
186 B
YAML
10 lines
186 B
YAML
image: ghcr.io/myriad-dreamin/shiroa:v0.3.0
|
|
|
|
pages:
|
|
script:
|
|
- shiroa build --dest-dir public
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
rules:
|
|
- if: $CI_COMMIT_BRANCH == 'main' |