Skip to content

Commit 00d881d

Browse files
committed
Do git commit only for docs/ files
1 parent d5cf634 commit 00d881d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
git config user.name "github-actions[bot]"
4040
git config user.email "github-actions[bot]@users.noreply.github.com"
41-
git add .
41+
git add docs/
4242
if [ -n "$(git status --porcelain)" ]; then
4343
git commit -m "Update all translated document pages"
4444
git push

0 commit comments

Comments
 (0)