From b3ee98bbb77d4e6d8ac3f0e0507cdb443b11271b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Dec 2020 15:41:18 -0300 Subject: Build and publish TODOs.org file --- scripts/ci-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/ci-build.sh') diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index 9b89160..f8e3aa6 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -36,4 +36,5 @@ pushd "$CLONE" git config --global user.email git@euandre.org git config --global user.name 'EuAndreh CI' -./scripts/with-container.sh 'make check publish' +./scripts/with-container.sh 'make check public' +mv public/ /srv/http/vps/ -- cgit v1.2.3