File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and deploy an updated version of the website
2
2
3
- on :
4
- [push, pull_request]
3
+ on : [push, pull_request]
5
4
6
5
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
7
6
permissions :
@@ -10,7 +9,7 @@ permissions:
10
9
id-token : write
11
10
12
11
env :
13
- MDBOOK_LINKCHECK_VER : 0.7.4
12
+ MDBOOK_LINKCHECK_VER : 0.7.7
14
13
15
14
jobs :
16
15
build :
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ command = "cargo run -p renderer --locked -rq --"
26
26
[output .html ]
27
27
additional-css = [" css/custom.css" ]
28
28
additional-js = [" js/linenos.js" ]
29
- # rgbasm.min.js gets injected into highlight.js by the renderer
30
29
smart-punctuation = true
31
30
print = { enable = true }
32
31
fold = { enable = true , level = 0 }
@@ -35,5 +34,4 @@ edit-url-template = "https://github.com/gbdev/gb-asm-tutorial/edit/master/{path}
35
34
site-url = " /gb-asm-tutorial/"
36
35
37
36
[output .linkcheck ]
38
- traverse-parent-directories = true # We intentionally read some files outside of `src/`
39
37
optional = true
You can’t perform that action at this time.
0 commit comments