Skip to content

Commit f92ad4e

Browse files
committed
specify files to run link checker on
1 parent f0c3666 commit f92ad4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ on:
88
jobs:
99
docs-checks:
1010
uses: canonical/operator-workflows/.github/workflows/docs.yaml@main
11-
secrets: inherit
11+
secrets: inherit
12+
with:
13+
linkcheck-files: "'*.md' 'docs/**/*.md' 'terraform/**/*.md' './**/*.rst'"

0 commit comments

Comments
 (0)