Update .gitlab-ci.yml

This commit is contained in:
octt 2023-12-11 00:47:53 +00:00
parent efa4020186
commit c5375ce1b3
1 changed files with 1 additions and 1 deletions

View File

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