You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by li...@apache.org on 2019/11/28 14:31:47 UTC

[incubator-dolphinscheduler-website] branch master updated: add .asf.yaml to dist

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 32ed1a5  add .asf.yaml to dist
32ed1a5 is described below

commit 32ed1a5849292ebe854530187805eb42f43346a4
Author: dailidong <da...@gmail.com>
AuthorDate: Thu Nov 28 22:31:42 2019 +0800

    add .asf.yaml to dist
    
    add .asf.yaml to dist
---
 .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 40a236f..d8199f2 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 404.html 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 404.html .asf.yaml index.html en-us zh-cn build img download dist/
 
     - name: Deploy
       uses: peaceiris/actions-gh-pages@v2.4.0