This is an automated email from the ASF dual-hosted git repository.
400Ping pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new ca026635d ci: validate website build for API docs changes (#1426)
ca026635d is described below
commit ca026635d9a0bb7f53f17f37dda748c7eecc51f0
Author: Vic Wen <[email protected]>
AuthorDate: Mon Jun 29 22:42:14 2026 +0800
ci: validate website build for API docs changes (#1426)
---
.github/workflows/website-build.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/website-build.yml
b/.github/workflows/website-build.yml
index e6764eb43..b3a332703 100644
--- a/.github/workflows/website-build.yml
+++ b/.github/workflows/website-build.yml
@@ -22,8 +22,13 @@ on:
paths:
- 'website/**'
- 'docs/**'
+ - 'qumat/**'
+ - 'qdp/qdp-python/qumat_qdp/**'
- '.github/workflows/website-build.yml'
+permissions:
+ contents: read
+
jobs:
build:
runs-on: ubuntu-latest