Revert "remove base url from build process"

This reverts commit 2dcc4da53f.
This commit is contained in:
Shusui MOYATANI
2023-09-15 21:51:14 +09:00
parent a569013626
commit 754670008a

View File

@@ -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