We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8d7db commit 375cc2dCopy full SHA for 375cc2d
.github/workflows/docs.yml
@@ -15,6 +15,7 @@ jobs:
15
run: |
16
git config --local user.email "github-actions[bot]@users.noreply.github.com"
17
git config --local user.name "github-actions[bot]"
18
+ git add ./
19
git commit -a -m "automatically generate api docs"
20
- name: Push changes
21
uses: ad-m/github-push-action@master
0 commit comments