File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 29
29
- stage : releases
30
30
script :
31
31
- docker pull jagregory/pandoc
32
- - " ./build.epub .sh"
32
+ - " ./build.books .sh"
33
33
deploy :
34
34
provider : releases
35
35
api_key :
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- docker run -v ` pwd` :/source jagregory/pandoc -o learn-go-with-tests.pdf --latex-engine=xelatex --toc --toc-depth=1 title.txt \
5
+ docker run -v ` pwd` :/source jagregory/pandoc -o learn-go-with-tests.pdf --latex-engine=xelatex --variable urlcolor=blue -- toc --toc-depth=1 pdf-cover.md \
6
6
gb-readme.md \
7
+ why.md \
7
8
hello-world.md \
8
9
integers.md \
9
10
arrays-and-slices.md \
@@ -26,10 +27,10 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf --latex-
26
27
websockets.md \
27
28
os-exec.md \
28
29
error-types.md \
29
- why.md
30
30
31
31
docker run -v ` pwd` :/source jagregory/pandoc -o learn-go-with-tests.epub --latex-engine=xelatex --toc --toc-depth=1 title.txt \
32
32
gb-readme.md \
33
+ why.md \
33
34
hello-world.md \
34
35
integers.md \
35
36
arrays-and-slices.md \
@@ -51,5 +52,4 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.epub --latex
51
52
time.md \
52
53
websockets.md \
53
54
os-exec.md \
54
- error-types.md \
55
- why.md
55
+ error-types.md
Original file line number Diff line number Diff line change
1
+ ![ ] ( epub-cover.png )
You can’t perform that action at this time.
0 commit comments