Beginn Kapitel 7
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -3,8 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('generate epub') {
|
||||
steps {
|
||||
sh 'pandoc --toc --toc-depth=1 --epub-metadata=metadata.yaml --css=book.css -o myebook.epub'
|
||||
sh 'pandoc --css book.css --toc -N -o build/output.epub src/title.txt src/*.md'
|
||||
sh 'pandoc --toc --toc-depth=1 --epub-metadata=metadata.yaml --css=book.css -o myebook.epub --css book.css --toc -N -o build/output.epub src/title.txt src/*.md'
|
||||
}
|
||||
}
|
||||
stage('deploy book') {
|
||||
|
||||
Reference in New Issue
Block a user