1 parent db5f5ee commit 5acf228Copy full SHA for 5acf228
1 file changed
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
- run: npm run check
31
- name: build
32
env:
33
- BASE_PATH: "/${{ github.event.repository.name }}"
+ BASE_PATH: "${{ vars.GH_PAGES_BASE_PATH || format('/{0}', github.event.repository.name) }}"
34
run: |
35
npm run build
36
0 commit comments