Skip to content

Commit

Permalink
move around check
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Jun 18, 2021
1 parent 1200975 commit 248942f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ config_git() {
make generate-docs

# If there are changes, open a PR
if ! git diff-index --quiet HEAD --; then
git diff-index --quiet HEAD --
if [ $? -gt 0 ]; then
install_gh $1
config_git

Expand Down

0 comments on commit 248942f

Please sign in to comment.