From 92910d6ac43488c55ea9cb98f45931ae5796023c Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 23 Aug 2023 17:02:28 -0600 Subject: [PATCH] Add before commit --- .github/workflows/build-esmpy-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-esmpy-docs.yml b/.github/workflows/build-esmpy-docs.yml index 9d15696414..34457cd185 100644 --- a/.github/workflows/build-esmpy-docs.yml +++ b/.github/workflows/build-esmpy-docs.yml @@ -68,6 +68,7 @@ jobs: - name: Commit and publish docs run: | cd ${{ github.workspace }}/esmpy_doc + git add . git diff-index --quiet HEAD || git commit --message "Publish ESMPy Docs" git push origin rm ~/.ssh/id_rsa