Skip to content

Commit

Permalink
[Manual] Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
octt committed Feb 25, 2023
1 parent e6322bc commit 0a50b50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy with TiddlyWiki
name: OcttKB

on:
push:
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a50b50

Please sign in to comment.