From 754670008a0989049a94e199f29ca1a6a936130f Mon Sep 17 00:00:00 2001 From: Shusui MOYATANI Date: Fri, 15 Sep 2023 21:51:14 +0900 Subject: [PATCH] Revert "remove base url from build process" This reverts commit 2dcc4da53fdaa884e98575bab686bab496945e77. --- .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 c113ff5..8f87b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Test run: npm run test - name: Build - run: npm run build + run: npm run build -- --base="/rabbit/" # https://syusui-s.github.io/rabbit/ - name: Check license run: npm run checkLicense - name: Copy index.html for GitHub Pages