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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 43bc01f  Fix devdoc workflow
43bc01f is described below

commit 43bc01fcbb72b0297c797fd395213c5b063ed986
Author: acezen <[email protected]>
AuthorDate: Fri Apr 12 16:17:28 2024 +0800

    Fix devdoc workflow
    
    Signed-off-by: acezen <[email protected]>
---
 .github/workflows/devdoc.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/devdoc.yml b/.github/workflows/devdoc.yml
index aa8010f..54e0c58 100644
--- a/.github/workflows/devdoc.yml
+++ b/.github/workflows/devdoc.yml
@@ -63,10 +63,7 @@ jobs:
         id: check_changes
         run: |
           git fetch origin asf-site
-          - name: Check if build has changed
-            id: check_changes
-            run: |
-              git diff --quiet origin/asf-site build/ || echo "::set-output 
name=changes::true"
+          git diff --quiet origin/asf-site build/ || echo "::set-output 
name=changes::true"
 
       - name: Deploy if changes
         uses: peaceiris/actions-gh-pages@v3


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to