mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
Merge branch 'braid/web-stable-follow-up' into 'main'
fix: add missing bash See merge request famedly/fluffychat!988
This commit is contained in:
commit
700715be4e
@ -212,16 +212,16 @@ pages:
|
|||||||
image: node:alpine
|
image: node:alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add jq unzip curl wget
|
- apk add jq unzip curl wget bash
|
||||||
script:
|
script:
|
||||||
- cd docs
|
- cd docs
|
||||||
- npx tailwindcss -o ./tailwind.css --minify
|
- npx tailwindcss -o ./tailwind.css --minify
|
||||||
- cd ..
|
- cd ..
|
||||||
- mv docs public
|
- mv docs public
|
||||||
- mv repo public
|
- mv repo public || true
|
||||||
- mv build/web/ public/nightly
|
- mv build/web/ public/nightly
|
||||||
- rm -rf build
|
- rm -rf build
|
||||||
- ./scripts/download-web-stable.sh
|
- ./scripts/download-web-stable.sh
|
||||||
- mv stable public/web
|
- mv stable public/web
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user