Skip to content

Commit

Permalink
ci: fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Dec 29, 2024
1 parent 522786f commit 42b7c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Build
run: pnpm build
run: BASE_URL='/docs-template/' pnpm build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 42b7c92

Please sign in to comment.