staticoso-docs/.gitlab-ci.yml

17 lines
311 B
YAML
Raw Permalink Normal View History

2022-08-14 00:39:36 +02:00
image: alpine:latest
2022-08-30 00:17:05 +02:00
before_script: |
apk update
apk add python3 git
2022-08-14 00:39:36 +02:00
pages:
stage: deploy
2022-08-30 00:17:05 +02:00
script: |
git clone --depth 1 https://gitlab.com/octtspacc/staticoso
python3 ./staticoso/Source/Build.py
2022-08-14 00:39:36 +02:00
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH