Merge branch 'braid/web-stable-follow-up' into 'main'
fix: add missing Alpine packages See merge request famedly/fluffychat!987
This commit is contained in:
commit
1663932b22
1 changed files with 5 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue