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
commit 419bce3dcdef47ac669e30b290031a79a2499031 Author: xiaochun.liu <[email protected]> AuthorDate: Tue Sep 24 22:13:37 2019 +0800 asf-site --- .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 d0843a9..eefb3e7 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -14,6 +14,6 @@ jobs: env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BASE_BRANCH: master # The branch the action should deploy from. - BRANCH: gh-pages # The branch the action should deploy to. + BRANCH: asf-site # The branch the action should deploy to. FOLDER: dist # The folder the action should deploy. BUILD_SCRIPT: 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 dist/ # The build script the action should run prior to deploying.
