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

lgcareer 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 80f7555  update peaceiris/actions-gh-pages
     new 8ea649b  Merge pull request #242 from chengshiwen/master
80f7555 is described below

commit 80f755510115eb8221e328c922e19acf6dec2ce0
Author: chengshiwen <[email protected]>
AuthorDate: Tue Dec 29 20:25:26 2020 +0800

    update peaceiris/actions-gh-pages
---
 .github/workflows/website.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 04f440e..08417f2 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -18,8 +18,8 @@ jobs:
         mkdir dist && npm install && npm i docsite-ext && 
node_modules/docsite-ext/bin/docsite.js build && cp -r sitemap.xml 404.html 
.asf.yaml index.html en-us zh-cn build img download dist/
 
     - name: Deploy
-      uses: peaceiris/[email protected]
-      env:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        PUBLISH_BRANCH: asf-site
-        PUBLISH_DIR: ./dist
+      uses: peaceiris/actions-gh-pages@v3
+      with:
+        github_token: ${{ secrets.GITHUB_TOKEN }}
+        publish_branch: asf-site
+        publish_dir: ./dist

Reply via email to