From b2a3d72b6bd1732d70f88013a487f6edf2e9fdfc Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Mon, 9 Mar 2020 22:05:28 -0500 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f4664ec..0882f0c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -39,7 +39,7 @@ jobs: DIRTY=$(git status --short | wc -l) - if $keep_history && [ $REMOTE_BRANCH_EXISTS -ne 0 ] && [ DIRTY = 0 ] + if $keep_history && [ $REMOTE_BRANCH_EXISTS -ne 0 ] && [ $DIRTY = 0 ] then echo '⚠️ There are no changes to commit, stopping.' else