Skip to content

Commit 19ea453

Browse files
authored
feat: add resource tencentcloud_organization_org_share_unit (#2523)
1 parent 093e36f commit 19ea453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# a set of commands using the runners shell
4040
- name: doc diff
4141
run: |
42-
diff=`git diff --name-only website/docs/`
42+
diff=`git diff --name-only website/`
4343
if [ "$diff" != "" ]; then
4444
printf "There are docs updated when checking, 'git add' it first.\n"
4545
printf "COMMIT FAILED\n"

0 commit comments

Comments
 (0)