This is an automated email from the ASF dual-hosted git repository.
liuxiaochun 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 dd04436 github action build files
new 6dce20a Merge pull request #56 from
khadgarmage/feature/seo-optimization
dd04436 is described below
commit dd04436ed3add7effbe95e40f50c94488e777700
Author: xiaochun.liu <[email protected]>
AuthorDate: Tue Dec 10 09:07:14 2019 +0800
github action build files
---
.github/workflows/website.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 529375e..4405df3 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -15,7 +15,7 @@ jobs:
node-version: 8.16.2
- name: Build
run: |
- mkdir dist && npm install && npm i docsite &&
node_modules/docsite/bin/docsite.js build && cp -r baidu_verify_D9hyOepqUF.html
googleff48c3fa45891a20.html sitemap.xml 404.html .asf.yaml index.html en-us
zh-cn build img download dist/
+ mkdir dist && npm install && npm i docsite &&
node_modules/docsite/bin/docsite.js build && cp -r baidu_verify_*.html
googleff48c3fa45891a20.html sitemap.xml 404.html .asf.yaml index.html en-us
zh-cn build img download dist/
- name: Deploy
uses: peaceiris/[email protected]