File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ after_success:
57
57
-
if [ "$TRAVIS_BRANCH" == "master" ]; then cd /tmp/euslisp-docs; git remote rm origin; git remote add origin https://k-okada:[email protected] /jsk-ros-pkg/euslisp-docs.git; fi
58
58
- if [ "$TRAVIS_BRANCH" == "master" ]; then cd ${CI_SOURCE_PATH}/doc/latex; ${CI_SOURCE_PATH}/.upload-doc.sh; fi
59
59
- if [ "$TRAVIS_BRANCH" == "master" ]; then mkdir -p /tmp/euslisp-docs/docs/euslisp; cd /tmp/euslisp-docs/docs/euslisp; cp /tmp/html/*.{md,png} .; fi
60
- - if [ "$TRAVIS_BRANCH" == "master" ]; then git add *.md; git commit -m "Update euslisp form https://github.com/$TRAVIS_REPO_SLUG/tree/$TRAVIS_COMMIT"; git push -fq origin master; fi
60
+ - if [ "$TRAVIS_BRANCH" == "master" ]; then git add *.md *.png ; git commit -m "Update euslisp form https://github.com/$TRAVIS_REPO_SLUG/tree/$TRAVIS_COMMIT"; git push -fq origin master; fi
61
61
62
62
63
63
Original file line number Diff line number Diff line change 2
2
3
3
rm -fr /tmp/html
4
4
mkdir -p /tmp/html
5
+ sed -i ' s@^\(\\tableofcontents\)@% \1@' manual.tex
5
6
latex2html -dir /tmp/html/ -local_icons -auto_prefix -iso_language JP manual -split 1 -no_navigation
6
7
# euslisp-docs, generate markdown from pandoc
7
8
sudo apt-get install -qq -y pandoc
You can’t perform that action at this time.
0 commit comments