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