Skip to content

Commit

Permalink
Change baseurl back to ~prose
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Nov 2, 2023
1 parent c14a88e commit 071b847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: bun install
- name: Generate Static Website
run: |
BASE_URL=/~huakunshen bun generate
BASE_URL=/~prose bun generate
mv .output/public static_website
tar -czvf static_website.tar.gz static_website
- name: Set Release Name
Expand Down

0 comments on commit 071b847

Please sign in to comment.