Fix bug in documentation build script
This commit is contained in:
parent
8f2b697f05
commit
9a8faa3f0d
@ -49,11 +49,12 @@ build-documentation:
|
||||
stage: build
|
||||
script:
|
||||
- export CI_JOB_TIMESTAMP=$(date --utc -I)
|
||||
- cd documentation
|
||||
- latexmk -pdf documentation
|
||||
- mv "documentation.pdf" "documentation-${CI_JOB_TIMESTAMP}.pdf"
|
||||
artifacts:
|
||||
paths:
|
||||
- "documentation*.pdf"
|
||||
- "**/documentation*.pdf"
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_ID
|
||||
changes:
|
||||
|
Loading…
Reference in New Issue
Block a user