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 a020e3625f9 Update copy
a020e3625f9 is described below

commit a020e3625f96e121c40c8828b9c68a490e534d83
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Oct 7 17:54:59 2023 +0800

    Update copy
---
 .github/workflows/build_and_deploy.yml         | 4 +---
 .github/workflows/build_and_deploy_history.yml | 4 +++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build_and_deploy.yml 
b/.github/workflows/build_and_deploy.yml
index 960bc15426c..afc59182a58 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -30,10 +30,8 @@ jobs:
         env:
           HUGO_ENV: production
         run: hugo mod clean && hugo --minify
-      - name: Copy htaccess
+      - name: Copy other files
         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'
diff --git a/.github/workflows/build_and_deploy_history.yml 
b/.github/workflows/build_and_deploy_history.yml
index a16c4768f16..c25fd94c3a7 100644
--- a/.github/workflows/build_and_deploy_history.yml
+++ b/.github/workflows/build_and_deploy_history.yml
@@ -29,8 +29,10 @@ jobs:
         env:
           HUGO_ENV: production
         run: hugo mod clean && hugo --minify
-      - name: Copy other files
+      - name: Copy htaccess files
         run: cp .htaccess ./public
+      - name: Copy other files
+        run: cp .asf.yaml ./public
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
         with:

Reply via email to