Skip to content

Commit

Permalink
fix: add all files from action not just readme
Browse files Browse the repository at this point in the history
  • Loading branch information
potmo committed Feb 7, 2022
1 parent ed9a9a8 commit 578fc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
run: |
git config --global user.name '${{github.repository_owner}}'
git config --global user.email '${{github.actor}}@users.noreply.github.com'
git add readme.md && git commit -m "Built the .tex.md files"
git add . && git commit -m "Built the .tex.md files"
git push

0 comments on commit 578fc53

Please sign in to comment.