mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-03-19 10:00:03 +01:00
[Manual] Update CI config
This commit is contained in:
parent
e6322bc07b
commit
0a50b50479
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build and Deploy with TiddlyWiki
|
name: OcttKB
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -18,11 +18,10 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y wget npm
|
sudo apt install -y wget npm python3 python3-pip
|
||||||
sudo npm install -g tiddlywiki
|
sudo npm install -g tiddlywiki
|
||||||
./Bootstrap.sh
|
sudo pip3 install beautifulsoup4
|
||||||
#./Build.sh
|
bash ./Bootstrap.sh
|
||||||
#./DeployOld.sh
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
|
@ -2,15 +2,15 @@ image: alpine:latest
|
|||||||
|
|
||||||
before_script: |
|
before_script: |
|
||||||
apk update
|
apk update
|
||||||
apk add wget npm
|
apk add wget npm python3 py3-pip
|
||||||
npm install -g tiddlywiki
|
npm install -g tiddlywiki
|
||||||
|
sudo pip3 install beautifulsoup4
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: |
|
script: |
|
||||||
./Bootstrap.sh
|
./Bootstrap.sh
|
||||||
#./Build.sh
|
|
||||||
#./DeployOld.sh
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user