Skip to content

Commit 1007ba8

Browse files
author
Kaspar Lyngsie
committed
chore: only add help folder
1 parent c527146 commit 1007ba8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-cli-help-to-user-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: steps.check_changes.outputs.continue == 'true'
7878
run: |
7979
cd ./cli
80-
git add .
80+
git add help
8181
git commit -m "${{ env.COMMIT_MESSAGE }}"
8282
git push --force --set-upstream origin ${{ env.DESTINATION_BRANCH }}
8383

.github/workflows/sync-cli-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: steps.check_changes.outputs.continue == 'true'
9090
run: |
9191
cd ./cli
92-
git add .
92+
git add help
9393
git commit -m "${{ env.COMMIT_MESSAGE }}"
9494
git push --force --set-upstream origin ${{ env.DESTINATION_BRANCH }}
9595

0 commit comments

Comments
 (0)