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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 52b1e0934 Add a link checker to github action
     new e09baea75 Merge pull request #341 from Beacontownfc/linkChecker
52b1e0934 is described below

commit 52b1e0934f3c4eb9d2f08e2d3077503fd65a317e
Author: Beacontownfc <[email protected]>
AuthorDate: Wed Jun 15 08:40:31 2022 +0800

    Add a link checker to github action
---
 .github/workflows/deploy.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 81b8cd778..c1bf4b23e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -32,7 +32,11 @@ jobs:
           npm run build
           cp .asf.yaml build
           cp .htaccess build
-          cp doap.rdf build
+          cp doap.rdf build   
+      - name: Link checker
+        uses: untitaker/[email protected]
+        with:
+          args: 
/home/runner/work/incubator-linkis-website/incubator-linkis-website/build
       - name: Deploy
         uses: peaceiris/[email protected]
         if: github.event_name == 'push' && startsWith(github.ref, 
'refs/heads/dev')


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

Reply via email to