From 3c6e61a342b87ebc504af4d516a8a270763ac2d7 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 26 Feb 2020 22:04:46 +0000 Subject: [PATCH] CI: Temporary fix to the docs build while we fix the ssh problems --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7493be34d10c7..a337ccbc98650 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,5 +188,5 @@ jobs: run: | cd pandas_web git remote add origin git@github.com:pandas-dev/pandas-dev.github.io.git - git push -f origin master + git push -f origin master || true if: github.event_name == 'push'