We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb90292 + 9737ed1 commit 0c3e8a2Copy full SHA for 0c3e8a2
.github/workflows/ci.yml
@@ -101,8 +101,7 @@ jobs:
101
run: |
102
set -eux
103
mkdir -p build/links/cache
104
- cd docs
105
- pytest-check-links --check-links-cache --check-links-cache-name ../build/links/cache
+ pytest-check-links --check-links-cache --check-links-cache-name ./build/links/cache
106
107
test:
108
name: test ${{ matrix.os }}${{ matrix.python }} ${{ matrix.node }} ${{ matrix.lab }}
0 commit comments