We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a61c3 commit 537ed00Copy full SHA for 537ed00
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install and Build
27
run: |
28
pnpm i --frozen-lockfile
29
- pnpm build
+ BASE_URL='https://preachjs.github.io/' pnpm build
30
31
- name: Deploy 🚀
32
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments