Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
fix(ci): adjust trunk command for domain migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mazziechai committed Mar 27, 2024
1 parent fb8fdc1 commit 105cec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-

- name: Build
run: cd nova-playground && ../trunk build --release --public-url "/nova"
run: cd nova-playground && ../trunk build --release

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 105cec7

Please sign in to comment.