OcttKB/.gitlab-ci.yml

17 lines
278 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-02-26 21:54:10 +01:00
pip3 install beautifulsoup4 html5lib
pages:
stage: deploy
script: |
ash ./Bootstrap.sh
sh ./GitLab.Main.sh
artifacts:
paths:
- public