fix/removes invalid trunk flag
This commit is contained in:
parent
5e3b549074
commit
a601280976
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Install trunk
|
||||
run: cargo install trunk
|
||||
- name: Build frontend
|
||||
run: trunk build --release --no-config
|
||||
run: trunk build --release
|
||||
working-directory: ./frontend
|
||||
- name: Rename Trunk.toml back
|
||||
run: mv Trunk.bkp Trunk.toml
|
||||
|
Loading…
x
Reference in New Issue
Block a user