From 47379124fe642fbb870103b58aaf7d82de7dbf51 Mon Sep 17 00:00:00 2001 From: Shusui MOYATANI Date: Mon, 8 Jan 2024 19:40:44 +0900 Subject: [PATCH] restore github domain --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cac1401..0f44abf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Test run: npm run test - name: Build - run: npm run build + run: npm run build -- --base="/rabbit/" env: VITE_COMMIT: ${{ steps.hash.outputs.sha_short }} # disable temporally