mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-11 06:09:11 +01:00
[Manual] Build script dependencies
This commit is contained in:
parent
c977d9ad7b
commit
4f2ae39840
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt install -y wget npm python3 python3-pip
|
||||
sudo npm install -g tiddlywiki
|
||||
sudo pip3 install beautifulsoup4
|
||||
sudo pip3 install beautifulsoup4 html5lib
|
||||
bash ./Bootstrap.sh
|
||||
|
||||
- name: Deploy
|
||||
|
@ -4,7 +4,7 @@ before_script: |
|
||||
apk update
|
||||
apk add wget npm python3 py3-pip
|
||||
npm install -g tiddlywiki
|
||||
pip3 install beautifulsoup4
|
||||
pip3 install beautifulsoup4 html5lib
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
Loading…
Reference in New Issue
Block a user