OcttKB/.gitlab-ci.yml
octt 737ca42cfd Update 2 files
- /.gitlab-ci.yml
- /GitLab.CrossRepoSync.sh
2023-03-24 11:03:09 +00:00

17 lines
279 B
YAML

image: alpine:latest
before_script: |
apk update
apk add git wget npm python3 py3-pip
npm install -g tiddlywiki
pip3 install beautifulsoup4 html5lib
pages:
stage: deploy
script: |
ash ./Bootstrap.sh
ash ./GitLab.Main.sh
artifacts:
paths:
- public