Skip to content

Commit

Permalink
fix,ci: try to put /rafflesia/ as public url root for trunk to fix 40…
Browse files Browse the repository at this point in the history
…4 issues
  • Loading branch information
iyxan23 authored Aug 17, 2024
1 parent 03b349a commit a084032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rafflesia-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: jetli/[email protected]

- name: Build with trunk
run: cd rafflesia-web && trunk build --public-url rafflesia/ --release
run: cd rafflesia-web && trunk build --public-url /rafflesia/ --release

- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit a084032

Please sign in to comment.