Skip to content

Commit

Permalink
testing more workflow options for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
terazus committed Dec 2, 2019
1 parent b6b0e93 commit 493487c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
run: git add source/components/
- name: Display git status
run: git status
- name: Git config
run: git config --global user.email "you@example.com"
run: git config --global user.name "Your Name"
- name: Git config email
run: git config --global user.email "batistadominique@hotmail.com"
- name: Git config username
run: git config --global user.name "Terazus"
- name: git commit
run: git commit -m "Autoregenerating doc"
- name: git push
Expand Down

0 comments on commit 493487c

Please sign in to comment.