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 11name : 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
76permissions :
@@ -10,7 +9,7 @@ permissions:
109 id-token : write
1110
1211env :
13- MDBOOK_LINKCHECK_VER : 0.7.4
12+ MDBOOK_LINKCHECK_VER : 0.7.7
1413
1514jobs :
1615 build :
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ command = "cargo run -p renderer --locked -rq --"
2626[output .html ]
2727additional-css = [" css/custom.css" ]
2828additional-js = [" js/linenos.js" ]
29- # rgbasm.min.js gets injected into highlight.js by the renderer
3029smart-punctuation = true
3130print = { enable = true }
3231fold = { enable = true , level = 0 }
@@ -35,5 +34,4 @@ edit-url-template = "https://github.com/gbdev/gb-asm-tutorial/edit/master/{path}
3534site-url = " /gb-asm-tutorial/"
3635
3736[output .linkcheck ]
38- traverse-parent-directories = true # We intentionally read some files outside of `src/`
3937optional = true
You can’t perform that action at this time.
0 commit comments