2022-09-20 12:08:51 +02:00
|
|
|
image: alpine:latest
|
|
|
|
|
|
|
|
before_script: |
|
|
|
|
apk update
|
2023-03-24 12:03:09 +01:00
|
|
|
apk add git wget npm python3 py3-pip
|
2022-09-20 12:08:51 +02:00
|
|
|
npm install -g tiddlywiki
|
2023-03-24 12:03:09 +01:00
|
|
|
pip3 install beautifulsoup4 html5lib
|
2022-09-20 12:08:51 +02:00
|
|
|
|
2023-03-24 12:03:09 +01:00
|
|
|
pages:
|
2023-02-28 12:08:56 +01:00
|
|
|
stage: deploy
|
2022-09-20 12:08:51 +02:00
|
|
|
script: |
|
2023-03-24 12:03:09 +01:00
|
|
|
ash ./Bootstrap.sh
|
|
|
|
ash ./GitLab.Main.sh
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|