fix: add missing bash
- add missing dependency bash into the pages job Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
214f0f4805
commit
b1f28f3bde
1 changed files with 3 additions and 3 deletions
|
|
@ -212,13 +212,13 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue