We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367a744 commit 134f5faCopy full SHA for 134f5fa
1 file changed
.github/workflows/ci_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Link Checker
21
uses: lycheeverse/lychee-action@v2
22
with:
23
- args: --base . --verbose --no-progress './*.rst' './*.ipynb'
+ args: --base $(pwd) --verbose --no-progress './*.rst' './*.ipynb'
24
format: markdown
25
output: /tmp/result.md
26
- fail: true
+ fail: true
0 commit comments