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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6486703  [INLONG-234] Update peaceiris/actions-gh-pages version (#236)
6486703 is described below

commit 6486703ea259ad0626a81ff05c008ede16022e85
Author: Daniel <[email protected]>
AuthorDate: Tue Dec 21 10:44:40 2021 +0800

    [INLONG-234] Update peaceiris/actions-gh-pages version (#236)
---
 .github/workflows/deploy.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 154f42b..385661c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -22,8 +22,8 @@ jobs:
     - name: Cp File
       run: cp -r .asf.yaml build/
     - name: Deploy
-      uses: peaceiris/[email protected]
-      env:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        PUBLISH_BRANCH: asf-site
-        PUBLISH_DIR: ./build
+      uses: peaceiris/actions-gh-pages@v3
+      with:
+        github_token: ${{ secrets.GITHUB_TOKEN }}
+        publish_branch: asf-site
+        publish_dir: ./build

Reply via email to