Skip to content

Commit 375cc2d

Browse files
committed
fix github action
1 parent 6c8d7db commit 375cc2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
run: |
1616
git config --local user.email "github-actions[bot]@users.noreply.github.com"
1717
git config --local user.name "github-actions[bot]"
18+
git add ./
1819
git commit -a -m "automatically generate api docs"
1920
- name: Push changes
2021
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)