From 9eb0640d02d0f8094774ee347db121b4d85f97e5 Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Mon, 25 May 2020 20:23:45 -0400 Subject: [PATCH] fix push --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f14fa319..ec93ee84 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -34,4 +34,4 @@ jobs: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git add *.* git commit -am "Documentation for ${BUILD_SHA}" || true - git push --force origin HEAD:$GITHUB_REF || true + git push --force || true