Skip to content

Commit 7fb65e6

Browse files
authored
Merge pull request #26 from github/build-give-nicer-name-to-docs-build-task
build: give nicer name to docs build task
2 parents c5f5eaf + 1d14212 commit 7fb65e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
run: npm i
2828
- name: Build Docs
2929
run: npm run build:docs:reference
30-
- run: |
30+
- name: Commit & Push Docs Data
31+
run: |
3132
git config --local user.email "actions@github.com"
3233
git config --local user.name "Actions Auto Build"
3334
git add docs/_data/reference.json

0 commit comments

Comments
 (0)