Skip to content

Commit

Permalink
[Manual] Build script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
octt committed Feb 26, 2023
1 parent c977d9a commit 4f2ae39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f2ae39

Please sign in to comment.