[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: ci: clear any old artifacts
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: ci: clear any old artifacts |
Date: |
Mon, 17 Jul 2023 18:05:13 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new fafbaa8b ci: clear any old artifacts
fafbaa8b is described below
commit fafbaa8bf6b2e5d3ae14a09db8bdfafad70ac30e
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jul 17 12:05:04 2023 -0400
ci: clear any old artifacts
---
ci/jobs/0-build/build-docs.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ci/jobs/0-build/build-docs.sh b/ci/jobs/0-build/build-docs.sh
index 6c1d48ed..6accee36 100755
--- a/ci/jobs/0-build/build-docs.sh
+++ b/ci/jobs/0-build/build-docs.sh
@@ -5,6 +5,8 @@ set -eu
make html
make latexpdf
+rm -rf /artifacts/docs_build
+
mkdir -p /artifacts/docs_build/docs/html/
mkdir -p /artifacts/docs_build/docs/pdf/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: ci: clear any old artifacts,
gnunet <=