diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 785d2fe..94123ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/GitLab.CrossRepoSync.sh b/GitLab.CrossRepoSync.sh index 4139b38..3906fd5 100755 --- a/GitLab.CrossRepoSync.sh +++ b/GitLab.CrossRepoSync.sh @@ -1,5 +1,5 @@ #!/bin/sh -TargetRepo="OcttKB" +TargetRepo="OcttKB.Web" cd ./Wiki tiddlywiki \ --verbose \