Skip to content
Snippets Groups Projects
Commit c001344d authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

remove testig stage from documentation

parent 6f213b81
No related branches found
No related tags found
1 merge request!90Develop
Pipeline #67380 failed
...@@ -7,8 +7,9 @@ documentation:pdf: ...@@ -7,8 +7,9 @@ documentation:pdf:
- '' - ''
stage: deploy stage: deploy
rules: rules:
- changes: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- documentation/design/*.md changes:
- documentation/design/*.md
script: script:
- cd documentation/design - cd documentation/design
- pandoc --citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl - pandoc --citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment