Update 2 files

- /.gitlab-ci.yml
- /GitLab.CrossRepoSync.sh
This commit is contained in:
octt 2023-03-24 11:03:09 +00:00
parent 459a022c2f
commit 737ca42cfd
2 changed files with 9 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
#!/bin/sh
TargetRepo="OcttKB"
TargetRepo="OcttKB.Web"
cd ./Wiki
tiddlywiki \
--verbose \