diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b131cc..2cc20c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: Test build - command: bash build.sh test/main.md --verbose + command: bash build.sh test/main.md - store_artifacts: path: output.pdf destination: output.pdf