Commit fe60a3e3 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix(ci): Use correct syntax for export command

parent 56b958d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ generate-pdf:
  rules:
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
  script:
    - acorn export --commit HEAD --output ./export --ignore "[.]gitlab-ci.yml"
    - acorn export --commit HEAD --output ./export -vv
  artifacts:
    name: PDF_EXPORT_PREVIEW
    expire_in: 1 week