mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
15 lines
271 B
YAML
15 lines
271 B
YAML
# Workflow to publisch the books
|
|
|
|
# Using older version here because it just works
|
|
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'
|
|
|