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 2020/11/10 01:26:34 UTC

[apisix-website] branch master updated: feat: auto clone apisix's doc (#83)

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 602ad32  feat: auto clone apisix's doc (#83)
602ad32 is described below

commit 602ad32f27e8f2ea1e8e1a5e7e0f19c1c2346d91
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Nov 10 09:17:26 2020 +0800

    feat: auto clone apisix's doc (#83)
    
    * feat: auto clone apisix
    
    * feat: update folder name
    
    * feat: remove temp command
---
 .github/workflows/deploy.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 096dc2f..0b9acb5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -19,7 +19,12 @@ jobs:
     steps:
     # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
     - uses: actions/checkout@v2
-    
+
+    - name: Clone apisix's docs from repo
+      run: |
+        git clone https://github.com/apache/apisix.git
+        cp -r apisix/doc ./docs/apisix
+
     - name: Build
       run: cd website && yarn && yarn build