Skip to content

Commit

Permalink
Add linkcheck installation to docs (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcticae authored Jun 12, 2024
1 parent 5b366e2 commit 607a02a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install mdBook
run: |
cargo install --version ${MDBOOK_VERSION} mdbook
- name: Install mdBook Link-Check
run: |
cargo install mdbook-linkcheck
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 607a02a

Please sign in to comment.