Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit bf5eeea

Browse files
authored
Revert linkcheck add. (#31)
1 parent fa9e155 commit bf5eeea

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pages-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
- name: Install mdbook, linkchek and run build Book
20+
- name: Install mdbook and run build Book
2121
run: |
2222
# This assumes your book is in the root of your repository.
2323
# Just add a `cd` here if you need to change to another directory.
2424
cargo install mdbook
25-
cargo install mdbook-linkcheck
25+
# cargo install mdbook-linkcheck
2626
mdbook build
2727
- name: Publish
2828
uses: cloudflare/wrangler-action@v3

book.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ preferred-dark-theme = "Ayu"
1414
[output.html.fold]
1515
enable = true # whether or not to enable section folding
1616
level = 1 # the depth to start folding
17-
18-
[output.linkcheck]

0 commit comments

Comments
 (0)