Less verbose
This commit is contained in:
parent
c2c8343d39
commit
d664725ad9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Test build
|
name: Test build
|
||||||
command: bash build.sh test/main.md --verbose
|
command: bash build.sh test/main.md
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: output.pdf
|
path: output.pdf
|
||||||
destination: output.pdf
|
destination: output.pdf
|
||||||
|
|
Reference in a new issue