Skip to content

Commit

Permalink
Add always upload cache (apache#1392)
Browse files Browse the repository at this point in the history
* Add always upload cache

* fix path
  • Loading branch information
AlbumenJ authored Aug 17, 2022
1 parent fb0e874 commit 6be0790
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/always-upload-cache
Submodule always-upload-cache added at af4dd9
2 changes: 1 addition & 1 deletion .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Html Test
run: curl https://htmltest.wjdp.uk | bash
- name: Cache Html Test Ref
uses: actions/cache@v2
uses: ./.github/actions/always-upload-cache
with:
path: tmp/.htmltest/refcache.json
key: ${{ runner.os }}-htmltest-ref-${{ github.run_number }}-${{ github.run_id }}-
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
[submodule ".github/themes/docsy"]
path = .github/themes/docsy
url = https://github.com/google/docsy.git
[submodule ".github/actions/always-upload-cache"]
path = .github/actions/always-upload-cache
url = https://github.com/pat-s/always-upload-cache.git

0 comments on commit 6be0790

Please sign in to comment.