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

lidongdai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5381ace  Fix disclaimer and copyright (#257)
5381ace is described below

commit 5381acee1e224e4242a85d4f042b496ef31e1493
Author: Shiwen Cheng <[email protected]>
AuthorDate: Sun Jan 10 19:20:32 2021 +0800

    Fix disclaimer and copyright (#257)
    
    * fix disclaimer and copyright
    
    * update workflows
    
    * fix apache incubator
---
 .github/workflows/website.yml |  3 +++
 site_config/site.js           | 16 ++++------------
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index c1163aa..b8ef2a6 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -23,3 +23,6 @@ jobs:
         github_token: ${{ secrets.GITHUB_TOKEN }}
         publish_branch: asf-site
         publish_dir: ./dist
+        user_name: 'github-actions[bot]'
+        user_email: 'github-actions[bot]@users.noreply.github.com'
+        commit_message: 'Automated deployment:'
diff --git a/site_config/site.js b/site_config/site.js
index 8b6976e..8cbb4b5 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -121,11 +121,7 @@ export default {
     ],
     disclaimer: {
       title: 'Disclaimer',
-      content: 'Apache DolphinScheduler (incubating) is an effort undergoing 
incubation at The Apache Software Foundation (ASF), sponsored by Incubator. \n' 
+
-          'Incubation is required of all newly accepted projects until a 
further review indicates \n' +
-          'that the infrastructure, communications, and decision making 
process have stabilized in a manner consistent with other successful ASF 
projects. \n' +
-          'While incubation status is not necessarily a reflection of the 
completeness or stability of the code, \n' +
-          'it does indicate that the project has yet to be fully endorsed by 
the ASF.',
+      content: 'Apache DolphinScheduler is an effort undergoing incubation at 
The Apache Software Foundation (ASF), sponsored by the Apache Incubator. 
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consistent with other successful ASF projects. 
While incubation status is not necessarily a reflection of the completeness or 
stability of the code, it does  [...]
     },
     documentation: {
       title: 'Documentation',
@@ -169,7 +165,7 @@ export default {
         },
       ],
     },
-    copyright: 'Copyright © 2018-2020 The Apache Software Foundation. Apache 
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The 
Apache Software Foundation.',
+    copyright: 'Copyright © 2019-2021 The Apache Software Foundation. Apache 
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The 
Apache Software Foundation.',
   },
   'zh-cn': {
     pageMenu: [
@@ -287,11 +283,7 @@ export default {
     ],
     disclaimer: {
       title: 'Disclaimer',
-      content: 'Apache DolphinScheduler (incubating) is an effort undergoing 
incubation at The Apache Software Foundation (ASF), sponsored by Incubator. \n' 
+
-          'Incubation is required of all newly accepted projects until a 
further review indicates \n' +
-          'that the infrastructure, communications, and decision making 
process have stabilized in a manner consistent with other successful ASF 
projects. \n' +
-          'While incubation status is not necessarily a reflection of the 
completeness or stability of the code, \n' +
-          'it does indicate that the project has yet to be fully endorsed by 
the ASF.',
+      content: 'Apache DolphinScheduler is an effort undergoing incubation at 
The Apache Software Foundation (ASF), sponsored by the Apache Incubator. 
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consistent with other successful ASF projects. 
While incubation status is not necessarily a reflection of the completeness or 
stability of the code, it does  [...]
     },
     documentation: {
       title: '文档',
@@ -335,6 +327,6 @@ export default {
         },
       ],
     },
-    copyright: 'Copyright © 2018-2020 The Apache Software Foundation. Apache 
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The 
Apache Software Foundation.',
+    copyright: 'Copyright © 2019-2021 The Apache Software Foundation. Apache 
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The 
Apache Software Foundation.',
   },
 };

Reply via email to