OcttKB/.gitlab-ci.yml

17 lines
303 B
YAML
Raw Normal View History

image: alpine:latest
before_script: |
apk update
apk add git wget npm python3 py3-pip
npm install -g tiddlywiki
2023-12-11 01:47:53 +01:00
pip3 install beautifulsoup4 html5lib --break-system-packages
pages:
2023-02-28 12:08:56 +01:00
stage: deploy
script: |
ash ./Bootstrap.sh
ash ./Deploy.Main.sh
artifacts:
paths:
- public