This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch versioned-docs
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/versioned-docs by this push:
     new 783d03db3 Versioned-docs: trigger site publication (#3519)
783d03db3 is described below

commit 783d03db38a3b768ecf84b1f18b16650115beb61
Author: Robert Stupp <[email protected]>
AuthorDate: Thu Jan 29 15:42:09 2026 +0100

    Versioned-docs: trigger site publication (#3519)
    
    A workflow triggered on a `push` to the `versioned-docs` branch and calls 
the "Hugo Site" publication workflow on the `main` branch.
    
    Co-authored-by: Alexandre Dutra <[email protected]>
---
 .github/workflows/trigger-site.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.github/workflows/trigger-site.yml 
b/.github/workflows/trigger-site.yml
new file mode 100644
index 000000000..945ec0ebe
--- /dev/null
+++ b/.github/workflows/trigger-site.yml
@@ -0,0 +1,27 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+name: "Trigger Site Publishing"
+on:
+  push:
+    branches: [ "versioned_docs" ]
+
+jobs:
+  site:
+    uses: apache/polaris/.github/workflows/site.yml@main

Reply via email to