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

Commit 42b86af

Browse files
authored
Revert "Install mdbook-linkcheck plugin (#25)" (#26)
This reverts commit 1ff9ffa.
1 parent 1ff9ffa commit 42b86af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pages-deployment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23-
- name: Install latest mdbook and linkchecker
23+
- name: Install latest mdbook
2424
run: |
2525
url="https://github.com/rust-lang/mdbook/releases/download/$MDBOOK_VERSION/mdbook-$MDBOOK_VERSION-x86_64-unknown-linux-gnu.tar.gz"
2626
mkdir mdbook
2727
curl -sSL $url | tar -xz --directory=./mdbook
28-
cargo install mdbook-linkcheck
2928
echo `pwd`/mdbook >> $GITHUB_PATH
3029
- name: Build Book
3130
run: |
@@ -37,4 +36,4 @@ jobs:
3736
with:
3837
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3938
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
40-
command: pages deploy book --project-name=${{ secrets.CLOUDFLARE_PROJECT }} --commit-dirty=true
39+
command: pages deploy book --project-name=${{ secrets.CLOUDFLARE_PROJECT }} --commit-dirty=true

0 commit comments

Comments
 (0)