[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

View File

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

View File

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