fix file path

This commit is contained in:
jaremko 2019-11-08 15:13:07 +02:00 committed by Eugene Yaremenko
parent d125f2abd2
commit d39057a23a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ docker run --rm \
--entrypoint emacs \
jare/spacetools -batch \
-l /root/.emacs.d/init.el \
-l core/core-documentation.el \
-l /root/.emacs.d/core/core-documentation.el \
-f spacemacs/publish-doc
if [ $? -ne 0 ]; then
echo "spacemacs/publish-doc failed"