Manual: Update build scripts in preparation of multi-repo setup

This commit is contained in:
2023-02-28 10:34:48 +01:00
parent 8e53b8fd4d
commit 16e883db7d
5 changed files with 29 additions and 14 deletions

View File

@ -18,10 +18,11 @@ jobs:
- name: Build
run: |
sudo apt update
sudo apt install -y wget npm python3 python3-pip
sudo apt install -y git wget npm python3 python3-pip
sudo npm install -g tiddlywiki
sudo pip3 install beautifulsoup4 html5lib
bash ./Bootstrap.sh
sh ./GitHub.Main.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4