Skip to content

Commit a645d7a

Browse files
committed
add euslisp.hlp to current repo in deply section
1 parent b80c39f commit a645d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ after_deploy:
114114
- git checkout -b $(git name-rev --name-only $(git rev-parse $TRAVIS_BRANCH) | sed 's@remotes/upstream/@@')
115115
# send doc to current repo
116116
- git rm -f doc/{latex,jlatex,html}/*.{pdf,ps,dvi,html,png}
117-
- git add doc/{latex,jlatex}/*.{pdf,ps,dvi} doc/html/*.{html,png}
117+
- git add doc/{latex,jlatex}/*.{pdf,ps,dvi,hlp} doc/html/*.{html,png}
118118
- git status
119119
- git branch
120120
- git commit -m "Build documents from $TRAVIS_TAG@$TRAVIS_COMMIT" doc/

0 commit comments

Comments
 (0)