Skip to content

Commit

Permalink
doc: linkcheck cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 30, 2023
1 parent 89a7453 commit d74ec4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v3
with:
path: docs/book/linkcheck/

- name: "build docs"
run: |
mdbook build docs
Expand Down

0 comments on commit d74ec4d

Please sign in to comment.