Skip to content

Commit

Permalink
fix deploy ci to not ask for confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Aug 2, 2024
1 parent 9154935 commit 0ae1c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Binstall
uses: cargo-bins/cargo-binstall@main
- name: Install trunk
run: "cargo binstall trunk"
run: "cargo binstall --no-confirm trunk"
- name: Build website
run: "cd icon_index && trunk build"

Expand Down

0 comments on commit 0ae1c8c

Please sign in to comment.