#41 fixed issue with line indendation
This commit is contained in:
parent
6480f11c67
commit
f0d1398aa3
|
@ -2,6 +2,7 @@ stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
|
||||||
pandoc_latexmk:
|
pandoc_latexmk:
|
||||||
image: fastexitlane/pandoc-latex:latest
|
image: fastexitlane/pandoc-latex:latest
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -15,7 +16,8 @@ pandoc_latexmk:
|
||||||
- ci_commit_sha_short=`git rev-parse --short $CI_COMMIT_SHA`
|
- ci_commit_sha_short=`git rev-parse --short $CI_COMMIT_SHA`
|
||||||
- mv main.pdf main@$ci_commit_sha_short.pdf
|
- mv main.pdf main@$ci_commit_sha_short.pdf
|
||||||
|
|
||||||
hunspell_chapters:
|
|
||||||
|
hunspell_chapters:
|
||||||
image: fastexitlane/hunspell:latest
|
image: fastexitlane/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
@ -25,7 +27,7 @@ pandoc_latexmk:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
hunspell_appendix:
|
hunspell_appendix:
|
||||||
image: fastexitlane/hunspell:latest
|
image: fastexitlane/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user