Skip to content

Commit

Permalink
doc: cache linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 15, 2024
1 parent e162aa1 commit 95c0152
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
name: carapace
path: ./cmd/carapace

- name: Cache linkcheck
uses: actions/cache@v3
with:
path: ./docs/book/linkcheck/cache.json

- name: "build docs"
run: |
chmod +x cmd/carapace/carapace
Expand Down

0 comments on commit 95c0152

Please sign in to comment.