Skip to content

Commit ec1eb38

Browse files
committed
Update mdbook-linkcheck
1 parent c0865bf commit ec1eb38

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build and deploy an updated version of the website
22

3-
on:
4-
[push, pull_request]
3+
on: [push, pull_request]
54

65
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
76
permissions:
@@ -10,7 +9,7 @@ permissions:
109
id-token: write
1110

1211
env:
13-
MDBOOK_LINKCHECK_VER: 0.7.4
12+
MDBOOK_LINKCHECK_VER: 0.7.7
1413

1514
jobs:
1615
build:

book.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ command = "cargo run -p renderer --locked -rq --"
2626
[output.html]
2727
additional-css = ["css/custom.css"]
2828
additional-js = ["js/linenos.js"]
29-
# rgbasm.min.js gets injected into highlight.js by the renderer
3029
smart-punctuation = true
3130
print = { enable = true }
3231
fold = { enable = true, level = 0 }
@@ -35,5 +34,4 @@ edit-url-template = "https://github.com/gbdev/gb-asm-tutorial/edit/master/{path}
3534
site-url = "/gb-asm-tutorial/"
3635

3736
[output.linkcheck]
38-
traverse-parent-directories = true # We intentionally read some files outside of `src/`
3937
optional = true

0 commit comments

Comments
 (0)