Skip to content

Commit

Permalink
don't check for file update
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 24, 2020
1 parent 25bc66a commit 86eee3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
m2r README.md
mv README.rst docs/README.rst
cd docs/
if [[ `git diff README.rst` ]]; then
echo "::set-output name=readme-update::true"
fi
#if [[ `git diff README.rst` ]]; then
# echo "::set-output name=readme-update::true"
#fi
make html
#------------------------------------------------------------------------#
# Commit and push the new README
Expand Down

0 comments on commit 86eee3b

Please sign in to comment.