OcttKB/.gitlab-ci.yml

19 lines
312 B
YAML
Raw Normal View History

image: alpine:latest
before_script: |
apk update
2023-02-26 00:10:39 +01:00
apk add wget npm python3 py3-pip
npm install -g tiddlywiki
2023-02-26 21:54:10 +01:00
pip3 install beautifulsoup4 html5lib
pages:
stage: deploy
script: |
2023-02-19 21:01:42 +01:00
./Bootstrap.sh
2023-02-26 00:10:39 +01:00
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH