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 4cd881e commit 13a0b8aCopy full SHA for 13a0b8a
.github/workflows/tests.yml
@@ -99,7 +99,7 @@ jobs:
99
uses: actions/cache@v2
100
with:
101
path: ~/.cache/pytest-link-check
102
- key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links
+ key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.md', '**/*.rst') }}-md-links
103
restore-keys: |
104
${{ runner.os }}-linkcheck-
105
- name: Upgrade packaging dependencies
0 commit comments