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: 琚致远 <[email protected]> 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
