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 3f16681 commit 3aa508cCopy full SHA for 3aa508c
.github/workflows/sync-docs.yml
@@ -10,9 +10,6 @@ on:
10
- 'docs/docs/**'
11
- 'docs/sidebars-infrahubctl.ts'
12
- 'docs/sidebars-python-sdk.ts'
13
- pull_request:
14
- branches:
15
- - stable
16
17
jobs:
18
sync:
@@ -42,4 +39,4 @@ jobs:
42
39
git config user.name github-actions
43
40
git config user.email [email protected]
44
41
git add .
45
- if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync doc Python SDK from infrahub repo" && git push; fi
+ if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync doc from Python SDK repo" && git push; fi
0 commit comments