Skip to content

Commit

Permalink
force commiting and pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 24, 2020
1 parent 86eee3b commit 24c1db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ jobs:
#------------------------------------------------------------------------#
# Commit and push the new README
- name: add and commit README
if: steps.compile-docs.outputs.readme-update == 'true'
#if: steps.compile-docs.outputs.readme-update == 'true'
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -f docs/README.rst
git commit -m "update docs README"
- name: push README
#if: steps.compile-docs.outputs.readme-update == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 24c1db3

Please sign in to comment.