Merge branch 'braid/web-stable-follow-up' into 'main'

fix: add missing Alpine packages

See merge request famedly/fluffychat!987
krille/remove-custom-fonts
Krille Fear 3 years ago
commit 1663932b22

@ -209,7 +209,10 @@ pages:
- "build_web" - "build_web"
- "fdroid_repo" - "fdroid_repo"
stage: deploy stage: deploy
image: node image: node:alpine
before_script:
- apk update
- apk add jq unzip curl wget
script: script:
- cd docs - cd docs
- npx tailwindcss -o ./tailwind.css --minify - npx tailwindcss -o ./tailwind.css --minify

Loading…
Cancel
Save