Skip to content

Commit

Permalink
feat: add resource tencentcloud_organization_org_share_unit (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiMengXS authored Feb 5, 2024
1 parent 093e36f commit 19ea453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# a set of commands using the runners shell
- name: doc diff
run: |
diff=`git diff --name-only website/docs/`
diff=`git diff --name-only website/`
if [ "$diff" != "" ]; then
printf "There are docs updated when checking, 'git add' it first.\n"
printf "COMMIT FAILED\n"
Expand Down

0 comments on commit 19ea453

Please sign in to comment.