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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d734f1c7e Add github actions ref cache (#1350)
3d734f1c7e is described below

commit 3d734f1c7e31747c772e49d59baa9ccbc25b2fac
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Aug 8 16:30:37 2022 +0800

    Add github actions ref cache (#1350)
---
 .github/workflows/link_check.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml
index 46b51dcf4b..3e34991470 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -28,6 +28,11 @@ jobs:
         run: hugo --minify --baseURL /
       - name: Setup Html Test
         run: curl https://htmltest.wjdp.uk | bash
+      - name: Cache Html Test Ref
+        uses: actions/cache@v2
+        with:
+          path: tmp/.htmltest/refcache.json
+          key: ${{ runner.os }}-htmltest-ref
       - name: Lint Self
         run: ./bin/htmltest -s
       - name: Lint External

Reply via email to