Commit 56b958d5 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

ci: Update CI config to use fixed acorn interface

parent 22f6a13b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ run-check:
    - tar -xvzf /root/vale.tar.gz -C /bin
    - vale -v
    - acorn help
    - acorn check --commit HEAD
    - acorn check --commit HEAD --ignore "[.]gitlab-ci.yml"
generate-pdf:
  stage: preview
  rules:
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
  script:
    - acorn export --commit HEAD --output ./export
    - acorn export --commit HEAD --output ./export --ignore "[.]gitlab-ci.yml"
  artifacts:
    name: PDF_EXPORT_PREVIEW
    expire_in: 1 week