1
0
mirror of https://gitlab.com/octtspacc/staticoso synced 2025-03-13 09:40:17 +01:00
staticoso/.gitlab-ci.yml

17 lines
214 B
YAML
Raw Normal View History

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