[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1176-gc2542df35
git at osgeo.org
git at osgeo.org
Fri Jul 7 01:30:30 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via c2542df35da0fb088dff14b629823e9a793d9f58 (commit)
from 9a30b1a271824ec85ebcc6e59358d71ef8ff8a12 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c2542df35da0fb088dff14b629823e9a793d9f58
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jul 7 10:29:35 2023 +0200
[woodie] add a clean on every step of docs pipeline
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 84c6c0bc6..f9af0a8ef 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -19,15 +19,21 @@ pipeline:
- cd build-docs
- make -C doc html
- make -C doc/ html-localized
+ - make -C doc/ html-clean
+ - make -C doc/ html-clean-localized
build-pdf:
image: docker.osgeo.org/postgis/build-test:trisquel3
commands:
- cd build-docs
- make -C doc/ pdf
- make -C doc/ pdf-localized
+ - make -C doc/ pdf-clean
+ - make -C doc/ pdf-clean-localized
build-cheatsheets:
image: docker.osgeo.org/postgis/build-test:trisquel3
commands:
- cd build-docs
- make -C doc/ cheatsheets
- make -C doc/ cheatsheets-localized
+ - make -C doc/ cheatsheet-clean
+ - make -C doc/ cheatsheet-clean-localized
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list