Skip to content

Commit 537ed00

Browse files
committed
ci: force base url
1 parent f1a61c3 commit 537ed00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install and Build
2727
run: |
2828
pnpm i --frozen-lockfile
29-
pnpm build
29+
BASE_URL='https://preachjs.github.io/' pnpm build
3030
3131
- name: Deploy 🚀
3232
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)