We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e218a3b commit 90428a1Copy full SHA for 90428a1
1 file changed
.github/workflows/documentation.yml
@@ -33,7 +33,7 @@ jobs:
33
path: '**/*.md'
34
check_filenames: true
35
ignore_words_list: tekst
36
- skip: './.git', './specifications', './vendor'
+ skip: './.git, ./specifications, ./vendor'
37
38
build:
39
name: Build documentation
0 commit comments