staticoso/.gitlab-ci.yml

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