Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TytanRock committed Aug 29, 2020
1 parent 45b5fa0 commit cec0c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Update GH-Pages with latest release" -a
git add .
git commit -m "Update GH-Pages with latest release"
- name: Push to gh-pages branch
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit cec0c34

Please sign in to comment.