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

hsluoyz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/casbin-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c4a74ee fix: add .asf.yaml to asf-site branch
6c4a74ee is described below

commit 6c4a74ee624d29eaf90c11989e1738643cc180bd
Author: Yang Luo <[email protected]>
AuthorDate: Sun Mar 22 13:15:40 2026 +0800

    fix: add .asf.yaml to asf-site branch
---
 .github/workflows/master.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index db88e4c2..c768916f 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -51,6 +51,10 @@ jobs:
       - name: Build
         run: yarn build
 
+      - name: Add .asf.yaml to site output
+        if: github.event_name != 'pull_request'
+        run: cp .asf.yaml build/.asf.yaml
+
       - name: Publish to asf-site
         if: github.event_name != 'pull_request'
         uses: peaceiris/actions-gh-pages@v4


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to