Skip to content

Commit

Permalink
fix: ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 19, 2021
1 parent 857efc2 commit 31d1b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- run: npm run docs
- name: Do git actions
run: |
git config user.email "janek@argent.xyz"
git config user.name "Docs Bot"
git add --force -- docs/README.md
git commit -m "docs: add generated docs"
git push

0 comments on commit 31d1b8d

Please sign in to comment.