mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-03 07:57:34 +01:00
Update 2 files
- /.gitlab-ci.yml - /GitLab.CrossRepoSync.sh
This commit is contained in:
parent
459a022c2f
commit
737ca42cfd
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
TargetRepo="OcttKB"
|
||||
TargetRepo="OcttKB.Web"
|
||||
cd ./Wiki
|
||||
tiddlywiki \
|
||||
--verbose \
|
||||
|
Loading…
x
Reference in New Issue
Block a user