Skip to content

Commit

Permalink
ci: disable quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 27, 2024
1 parent dc9b2f2 commit ecfff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build document
run: |
mkdir -p output
nix build .#cv --out-link result-cv --quiet
nix build .#cv --out-link result-cv
cp -vr --dereference $(readlink -f result-cv) cv
cp -ar cv/* output/
Expand Down

0 comments on commit ecfff6a

Please sign in to comment.