[SCM] postgis.net branch website updated. clarity-final-93-g2e52ab4
git at osgeo.org
git at osgeo.org
Fri May 31 05:19:49 PDT 2024
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.net".
The branch, website has been updated
via 2e52ab46b1d0bb4426fbf2ef7244126f41b5f9d5 (commit)
from eef26ab43db1227091eedce0a7d23a115b38d185 (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 2e52ab46b1d0bb4426fbf2ef7244126f41b5f9d5
Author: Sandro Santilli <strk at kbt.io>
Date: Fri May 31 05:19:47 2024 -0700
Add woodpecker workflow
check that the site can be built, can be grown to perform other checks
adds badge to readme
diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml
new file mode 100644
index 0000000..3bb9d76
--- /dev/null
+++ b/.woodpecker/build.yml
@@ -0,0 +1,9 @@
+when:
+ event: [push, pull_request]
+
+steps:
+
+ build:
+ image: hugomods/hugo
+ commands:
+ - hugo
diff --git a/README.md b/README.md
index be39ba7..df3eebc 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![status-badge](https://woodie.osgeo.org/api/badges/127/status.svg)](https://woodie.osgeo.org/repos/127)
+
## Static Site Build
Our site is built with [hugo](https://gohugo.io/).
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/build.yml | 9 +++++++++
README.md | 2 ++
2 files changed, 11 insertions(+)
create mode 100644 .woodpecker/build.yml
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list