mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-03-13 01:30:10 +01:00
17 lines
214 B
YAML
17 lines
214 B
YAML
image: alpine:latest
|
|
|
|
before_script: |
|
|
apk update
|
|
apk add python3 make
|
|
|
|
pages:
|
|
stage: deploy
|
|
script: |
|
|
cd ./Themes
|
|
make All
|
|
cd ..
|
|
sh ./Sites/BuildAll.sh
|
|
artifacts:
|
|
paths:
|
|
- public
|