Skip to content

Commit

Permalink
add debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Aug 14, 2020
1 parent 94a0a03 commit 7e452ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ jobs:
m2r README.md
mv README.rst docs/README.rst
cd docs/
# Show for debugging
git diff README.rst
if [[ `git diff README.rst` ]]; then
echo "::set-output name=readme-update::true"
fi
# Show for debugging
git diff process/process_all.rst
if [[ `git diff process/process_all.rst` ]]; then
echo "::set-output name=process-all-update::true"
fi
Expand Down

0 comments on commit 7e452ad

Please sign in to comment.