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

okumin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 572fbbc  HIVE-28950: Restore .asf.yaml in the asf-site branch (#49)
572fbbc is described below

commit 572fbbcb7b922194f77506ef19b71480416ee37c
Author: Shohei Okumiya <[email protected]>
AuthorDate: Sun May 11 16:59:36 2025 +0900

    HIVE-28950: Restore .asf.yaml in the asf-site branch (#49)
---
 .github/workflows/gh-pages.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index b95d6c5..8a6e329 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -44,6 +44,9 @@ jobs:
       - name: Build
         run: hugo --minify
 
+      - name: Copy .asf.yaml
+        run: cp .asf.yaml ./public
+
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
         with:

Reply via email to