Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
octt committed Dec 11, 2023
1 parent efa4020 commit c5375ce
Showing 1 changed file with 1 addition and 1 deletion.
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 git wget npm python3 py3-pip
npm install -g tiddlywiki
pip3 install beautifulsoup4 html5lib
pip3 install beautifulsoup4 html5lib --break-system-packages
pages:
stage: deploy
Expand Down

0 comments on commit c5375ce

Please sign in to comment.