diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a3ea1e..56552e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Build and Deploy with TiddlyWiki +name: OcttKB on: push: @@ -18,11 +18,10 @@ jobs: - name: Build run: | sudo apt update - sudo apt install -y wget npm + sudo apt install -y wget npm python3 python3-pip sudo npm install -g tiddlywiki - ./Bootstrap.sh - #./Build.sh - #./DeployOld.sh + sudo pip3 install beautifulsoup4 + bash ./Bootstrap.sh - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3b67e2..d605b05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,15 +2,15 @@ image: alpine:latest before_script: | apk update - apk add wget npm + apk add wget npm python3 py3-pip npm install -g tiddlywiki + sudo pip3 install beautifulsoup4 pages: stage: deploy script: | ./Bootstrap.sh - #./Build.sh - #./DeployOld.sh + artifacts: paths: - public