Temporarily disable html export

This commit is contained in:
JAremko 2019-05-05 21:47:49 +03:00 committed by Eugene Yaremenko
parent 2858f880ab
commit 0969208d77
2 changed files with 14 additions and 14 deletions

View File

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

View File

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