You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by we...@apache.org on 2022/01/14 11:29:41 UTC

[incubator-eventmesh-site] branch master updated: Change default sync branch from 'develop' to 'master' (#22)

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

wenjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git


The following commit(s) were added to refs/heads/master by this push:
     new fa4ff88  Change default sync branch from 'develop' to 'master' (#22)
fa4ff88 is described below

commit fa4ff88d6f6888202baf0931a379f1394421af94
Author: Xiaoyang Liu <si...@gmail.com>
AuthorDate: Fri Jan 14 03:29:35 2022 -0800

    Change default sync branch from 'develop' to 'master' (#22)
    
    Signed-off-by: Xiaoyang Liu <si...@gmail.com>
---
 scripts/sync-docs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/sync-docs.js b/scripts/sync-docs.js
index a20ef3a..9aee73f 100644
--- a/scripts/sync-docs.js
+++ b/scripts/sync-docs.js
@@ -46,7 +46,7 @@ const sync = async () => {
   );
 
   console.log('Extracting docs from apache/incubator-eventmesh');
-  await git.cwd('./tmp/incubator-eventmesh').checkout('develop', ['-f']);
+  await git.cwd('./tmp/incubator-eventmesh').checkout('master', ['-f']);
   copyFolder('./tmp/incubator-eventmesh/docs/images/', './static/images/');
   copyFolder('./tmp/incubator-eventmesh/docs/en/', './docs/');
   copyFolder('./tmp/incubator-eventmesh/docs/cn/', './i18n/zh/docusaurus-plugin-content-docs/current/');

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org