Skip to content

Commit

Permalink
ci: add specificity to the log messages when compile rust code
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M committed Mar 14, 2024
1 parent 628bc11 commit 84c254d
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 @@ -33,7 +33,7 @@ jobs:

- uses: Swatinem/rust-cache@v2
- name: Build
run: npm i && npx tailwindcss -i ./input.css -o ./out/output.css && cargo run --release
run: npm i && npx tailwindcss -i ./input.css -o ./out/output.css && RUST_BACKTRACE=1 cargo run --release
- name: Generate Previews
run: |
cd preview_generator
Expand Down

0 comments on commit 84c254d

Please sign in to comment.