mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 12:55:36 +00:00
FIX
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
image: oven/bun
|
image: node:lts-bullseye
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
cache:
|
cache:
|
||||||
@ -13,8 +13,8 @@ pages:
|
|||||||
- apt-get update && apt-get install -y fontconfig unzip
|
- apt-get update && apt-get install -y fontconfig unzip
|
||||||
- unzip "./fonts/*.zip" -d /usr/share/fonts/
|
- unzip "./fonts/*.zip" -d /usr/share/fonts/
|
||||||
&& fc-cache -fv
|
&& fc-cache -fv
|
||||||
- bun install
|
- pnpm install
|
||||||
- env LANG=ja_JP.UTF-8 bun run build
|
- env LANG=ja_JP.UTF-8 pnpm run build
|
||||||
- cp -a _book/. public/
|
- cp -a _book/. public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user