Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 19, 2021
1 parent d46d175 commit c7d56d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
git config user.email "janek@argent.xyz"
git config user.name "Docs Bot"
git pull
git pull ${{ github.head_ref }}
git add --force -- docs/README.md
git commit -m "docs: add generated docs"
- name: Push to git branch for PR
Expand Down

0 comments on commit c7d56d0

Please sign in to comment.