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 16ccfc9 commit a40df15Copy full SHA for a40df15
.github/workflows/build.yaml
@@ -2,6 +2,9 @@ name: Sync Notion Docs
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - feat/buildFlow
8
9
jobs:
10
pull-docs:
@@ -28,11 +31,11 @@ jobs:
28
31
git add docs i18n
29
32
30
33
# Commit if there are changes
- git diff --cached --quiet || git commit -m "chore: update docs from Notion"
34
+ git diff --cached --quiet || git commit -m "chore: update docs from Notion"
35
- # Push back to the repository
- git push
- env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # Push back to the repository
37
+ git push
38
+ env:
39
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
0 commit comments