Skip to content

Commit 9737ed1

Browse files
authored
linkcheck everything
1 parent a33dd9a commit 9737ed1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ jobs:
101101
run: |
102102
set -eux
103103
mkdir -p build/links/cache
104-
cd docs
105-
pytest-check-links --check-links-cache --check-links-cache-name ../build/links/cache
104+
pytest-check-links --check-links-cache --check-links-cache-name ./build/links/cache
106105
107106
test:
108107
name: test ${{ matrix.os }}${{ matrix.python }} ${{ matrix.node }} ${{ matrix.lab }}

0 commit comments

Comments
 (0)