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

albumenj pushed a commit to branch history/test
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/history/test by this push:
     new f7932b9565f Update copy
f7932b9565f is described below

commit f7932b9565f19c194fcfd8bf1a8e662701aba222
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Oct 7 17:53:34 2023 +0800

    Update copy
---
 .github/workflows/build_and_deploy.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_deploy.yml 
b/.github/workflows/build_and_deploy.yml
index afc59182a58..960bc15426c 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -30,8 +30,10 @@ jobs:
         env:
           HUGO_ENV: production
         run: hugo mod clean && hugo --minify
-      - name: Copy other files
+      - name: Copy htaccess
         run: cp .htaccess ./public
+      - name: Copy asf.yaml
+        run: cp .asf.yaml ./public
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
         if: github.ref == 'refs/heads/master'

Reply via email to