File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
- name : Check HTML Links After Building
74
74
uses : lycheeverse/lychee-action@v2
75
75
with :
76
- args : --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d '_site/**/*.html'
76
+ args : --verbose --no-progress --root-dir "${{ github.workspace }}/public" --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d '_site/**/*.html'
77
77
fail : true
78
78
79
79
deploy :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function lychee($lycheePath)
22
22
{
23
23
Write-Output " `n Running lychee..."
24
24
Write-Output " ------------------------------------------`n "
25
- Invoke-Expression " & `" $lycheePath `" --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* --exclude ^https://github\.com/open-ephys/bonsai-onix1-docs/blob/.* '_site/**/*.html' --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d"
25
+ Invoke-Expression " & `" $lycheePath `" --no-progress --root-dir $ ( pwd ) / _site/ --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* --exclude ^https://github\.com/open-ephys/bonsai-onix1-docs/blob/.* '_site/**/*.html' --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d"
26
26
Write-Output " `n "
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments