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 2022/03/30 06:39:27 UTC

[apisix-website] branch master updated: fix: wrong asf.yml copy path (#988)

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

juzhiyuan 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 98ff9ea  fix: wrong asf.yml copy path (#988)
98ff9ea is described below

commit 98ff9ea38448d2e79721d4488119867f5247935d
Author: SkyeYoung <is...@outlook.com>
AuthorDate: Wed Mar 30 14:39:21 2022 +0800

    fix: wrong asf.yml copy path (#988)
---
 .github/workflows/deploy.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 88952b9..267772d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -38,8 +38,7 @@ jobs:
 
       - name: Build
         run: |
-          yarn build
-          cp ./.asf.yaml ./build
+          yarn build && cp ./.asf.yaml ./website/build
 
       - name: Update sitemap.xml
         run: |