Skip to content

Commit 13a0b8a

Browse files
authored
Update tests workflow (#193)
Fix link check regular expressions
1 parent 4cd881e commit 13a0b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/cache@v2
100100
with:
101101
path: ~/.cache/pytest-link-check
102-
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links
102+
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.md', '**/*.rst') }}-md-links
103103
restore-keys: |
104104
${{ runner.os }}-linkcheck-
105105
- name: Upgrade packaging dependencies

0 commit comments

Comments
 (0)