File tree Expand file tree Collapse file tree 3 files changed +19
-73
lines changed Expand file tree Collapse file tree 3 files changed +19
-73
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - name : Check URLs
15- run : |
16- .github/helpers/check_urls.sh \
17- -d ".git build CMakeModules debian" \
18- -f "package.xml ursim_docker.rst architecture_coarse.svg" \
19- -p "vnc\.html opensource\.org\/licenses\/BSD-3-Clause"
14+ - name : Restore lychee cache
15+ uses : actions/cache@v4
16+ with :
17+ path : .lycheecache
18+ key : cache-lychee
19+ restore-keys : cache-lychee
20+ - name : Link Checker
21+ id : lychee
22+ uses : lycheeverse/lychee-action@v2
23+ with :
24+ fail : true
25+ args : >
26+ --verbose
27+ --no-progress
28+ --cache
29+ --cache-exclude-status 429
30+ --max-cache-age 2d
31+ './**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ docs_output
1212docs_build
1313cross_reference
1414ur_robot_driver /doc /generated
15+ .lycheecache
You can’t perform that action at this time.
0 commit comments