Commit f5e1d20
ENH: Add GitHub Action based Link checker (#217)
* Enable Link Checker and Report Uploading
* Enable action for pull requests
* Fix typo for running workflow
* enable build cache
* update broken links
Co-authored-by: Humphrey Yang <u6474961@anu.edu.au>1 parent ac498c1 commit f5e1d20Copy full SHA for f5e1d20
File tree
Expand file treeCollapse file tree
3 files changed
+46
-2
lines changedOpen diff view settings
Filter options
- .github/workflows
- lectures
Expand file treeCollapse file tree
3 files changed
+46
-2
lines changedOpen diff view settings
Collapse file
.github/workflows/linkcheck.yml
Copy file name to clipboard+44Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
474 | 474 | |
475 | 475 | |
476 | 476 | |
477 | | - |
| 477 | + |
478 | 478 | |
479 | 479 | |
480 | 480 | |
|
Collapse file
lectures/parallelization.md
Copy file name to clipboardExpand all lines: lectures/parallelization.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
342 | 342 | |
343 | 343 | |
344 | 344 | |
345 | | - |
| 345 | + |
346 | 346 | |
347 | 347 | |
348 | 348 | |
|
0 commit comments