We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5f5eaf + 1d14212 commit 7fb65e6Copy full SHA for 7fb65e6
1 file changed
.github/workflows/docs-build.yml
@@ -27,7 +27,8 @@ jobs:
27
run: npm i
28
- name: Build Docs
29
run: npm run build:docs:reference
30
- - run: |
+ - name: Commit & Push Docs Data
31
+ run: |
32
git config --local user.email "actions@github.com"
33
git config --local user.name "Actions Auto Build"
34
git add docs/_data/reference.json
0 commit comments