Skip to content

Commit 134f5fa

Browse files
authored
fix lychee disallow relative local base
1 parent 367a744 commit 134f5fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Link Checker
2121
uses: lycheeverse/lychee-action@v2
2222
with:
23-
args: --base . --verbose --no-progress './*.rst' './*.ipynb'
23+
args: --base $(pwd) --verbose --no-progress './*.rst' './*.ipynb'
2424
format: markdown
2525
output: /tmp/result.md
26-
fail: true
26+
fail: true

0 commit comments

Comments
 (0)