From 6460bc4cb3c7e392ecf974428c9cf6603404a5fb Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Sat, 14 Oct 2023 18:50:14 +0900 Subject: [PATCH] FIX --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 083c345..fc05d14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: oven/bun +image: node:lts-bullseye pages: stage: deploy cache: @@ -13,8 +13,8 @@ pages: - apt-get update && apt-get install -y fontconfig unzip - unzip "./fonts/*.zip" -d /usr/share/fonts/ && fc-cache -fv - - bun install - - env LANG=ja_JP.UTF-8 bun run build + - pnpm install + - env LANG=ja_JP.UTF-8 pnpm run build - cp -a _book/. public/ artifacts: paths: