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.
1 parent a33dd9a commit 9737ed1Copy full SHA for 9737ed1
.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