Skip to content

Commit

Permalink
test getting readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 24, 2020
1 parent 2d36f5a commit c845923
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
run: |
m2r README.md
mv README.rst docs/README.rst
git diff README.md
git diff 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 c845923

Please sign in to comment.