re-enable html export

This commit is contained in:
JAremko 2019-05-07 13:40:06 +03:00 committed by Eugene Yaremenko
parent 59ff346089
commit 0adcf6944a
2 changed files with 14 additions and 14 deletions

View File

@ -39,9 +39,9 @@ deploy:
on:
branch: develop
condition: $TRAVIS_REPO_SLUG = $SPACEMACS_REPO_SLUG
# - provider: script
# skip_cleanup: true
# script: ".travisci/pub_html.sh"
# on:
# all_branches: true
# condition: $TRAVIS_REPO_SLUG = $SPACEMACS_REPO_SLUG
- provider: script
skip_cleanup: true
script: ".travisci/pub_html.sh"
on:
all_branches: true
condition: $TRAVIS_REPO_SLUG = $SPACEMACS_REPO_SLUG

View File

@ -59,14 +59,14 @@ if [ $? -ne 0 ]; then
fi
fold_end "INSTALLING_DEPENDENCIES"
# fold_start "EXPORTING_DOCUMENTATION"
# emacs -batch -l init.el -l core/core-documentation.el \
# -f spacemacs/publish-doc
# if [ $? -ne 0 ]; then
# echo "spacemacs/publish-doc failed"
# exit 2
# fi
# fold_end "EXPORTING_DOCUMENTATION"
fold_start "EXPORTING_DOCUMENTATION"
emacs -batch -l init.el -l core/core-documentation.el \
-f spacemacs/publish-doc
if [ $? -ne 0 ]; then
echo "spacemacs/publish-doc failed"
exit 2
fi
fold_end "EXPORTING_DOCUMENTATION"
fold_start "INSTALLING_HUB"
hub_version="2.5.1"