You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ma...@apache.org on 2021/02/06 01:52:16 UTC

[apisix-website] branch master updated: fix: added .asf.yaml to asf-branch (#164)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 342289e  fix: added .asf.yaml to asf-branch (#164)
342289e is described below

commit 342289e103bf0dc8802f15dcce47ef1430e4c9a4
Author: 琚致远 <ju...@apache.org>
AuthorDate: Sat Feb 6 09:52:07 2021 +0800

    fix: added .asf.yaml to asf-branch (#164)
    
    Update deploy.yml with adding .asf.yaml to asf-branch
---
 .github/workflows/deploy.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 5d8a16b..7f3ec3f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -24,7 +24,9 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: Build
-        run: cd website && yarn && yarn build
+        run: |
+          cd website && yarn && yarn build
+          cp ../.asf.yaml ./build
 
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3