commit 9a0fd54ae7d79d8d87491c06a3ae555d738b052a
parent 61d479694d13b018eb6410238c556d8355e80b80
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Sun, 31 Jul 2022 12:36:26 +0200
gitignore, update build
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -2,5 +2,5 @@
# Deploy rest api from buildbot
-chmod -R ag+rX _build/html/*
+chmod -R ag+rX _build/html
rsync --exclude=".*" --exclude="Makefile" -a --delete _build/html/ handbook@firefly.gnunet.org:~/public/doc-ng
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+_build