You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/02/05 12:33:00 UTC

[apisix-website] 01/01: Update deploy.yml

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

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

commit e71993e814d7e6bccd6a67fac396a0eef5ee606d
Author: 琚致远 <ju...@apache.org>
AuthorDate: Fri Feb 5 20:32:52 2021 +0800

    Update deploy.yml
---
 .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