mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-25 20:48:40 +02: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: |
|
before_script: |
|
||||||
apk update
|
apk update
|
||||||
apk add git wget npm
|
apk add git wget npm python3 py3-pip
|
||||||
npm install -g tiddlywiki
|
npm install -g tiddlywiki
|
||||||
|
pip3 install beautifulsoup4 html5lib
|
||||||
|
|
||||||
Sync:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: |
|
script: |
|
||||||
sh ./GitLab.Main.sh
|
ash ./Bootstrap.sh
|
||||||
|
ash ./GitLab.Main.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
TargetRepo="OcttKB"
|
TargetRepo="OcttKB.Web"
|
||||||
cd ./Wiki
|
cd ./Wiki
|
||||||
tiddlywiki \
|
tiddlywiki \
|
||||||
--verbose \
|
--verbose \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user