Skip to content

Commit 05913dd

Browse files
authored
Update check-release.yml (#558)
Update link check regular expressions
1 parent 37b3015 commit 05913dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache@v2
3333
with:
3434
path: ~/.cache/pytest-link-check
35-
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links
35+
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.md', '**/*.rst') }}-md-links
3636
restore-keys: |
3737
${{ runner.os }}-linkcheck-
3838
- name: Upgrade packaging dependencies

0 commit comments

Comments
 (0)