Skip to content
Snippets Groups Projects
Commit 6de9ca26 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

fix gitlab-ci

parent c56c8a69
No related branches found
No related tags found
No related merge requests found
Pipeline #87504 passed
...@@ -4,8 +4,7 @@ sphinx: ...@@ -4,8 +4,7 @@ sphinx:
stage: build stage: build
script: script:
- make latexpdf - make latexpdf
- mkdir -p build/html/_static/ - mv build/latex/unixcourseforsars-cov-2sequenceanalysis.pdf source/_static/unix_course_for_sars-cov-2_sequence_analysis.pdf
- mv build/latex/unixcourseforsars-cov-2sequenceanalysis.pdf build/html/_static/unix_course_for_sars-cov-2_sequence_analysis.pdf
- make html - make html
- mv build/html/ . - mv build/html/ .
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment