From b97a9253823ab8e56da3b89d4d43e816e1b1cbb4 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 6 Jul 2020 18:03:21 +0200 Subject: -fix: actually build html --- .buildbot/firefly-x86_64-amdepyc_deploy.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.buildbot') diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh index b956a3d92..8ba9d35be 100755 --- a/.buildbot/firefly-x86_64-amdepyc_deploy.sh +++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh @@ -2,5 +2,8 @@ # Deploy docs from buildbot +cd doc +make html +cd .. chmod -R ag+rX doc/ rsync -a --delete doc/ handbook@firefly.gnunet.org:~/doc_deployment/ -- cgit v1.2.3