mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
Revert "remove base url from build process"
This reverts commit 2dcc4da53f.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build -- --base="/rabbit/" # https://syusui-s.github.io/rabbit/
|
||||||
- name: Check license
|
- name: Check license
|
||||||
run: npm run checkLicense
|
run: npm run checkLicense
|
||||||
- name: Copy index.html for GitHub Pages
|
- name: Copy index.html for GitHub Pages
|
||||||
|
|||||||
Reference in New Issue
Block a user