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 093e36f commit 19ea453Copy full SHA for 19ea453
.github/workflows/mkdocs.yml
@@ -39,7 +39,7 @@ jobs:
39
# a set of commands using the runners shell
40
- name: doc diff
41
run: |
42
- diff=`git diff --name-only website/docs/`
+ diff=`git diff --name-only website/`
43
if [ "$diff" != "" ]; then
44
printf "There are docs updated when checking, 'git add' it first.\n"
45
printf "COMMIT FAILED\n"
0 commit comments