1
0
mirror of https://gitlab.com/octtspacc/OcttKB synced 2025-04-29 06:28:41 +02:00

[Manual] Build script dependencies

This commit is contained in:
octt 2023-02-26 20:54:10 +00:00
parent c977d9ad7b
commit 4f2ae39840
2 changed files with 2 additions and 2 deletions
.github/workflows
.gitlab-ci.yml

@ -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