Skip to content

Commit c56c61f

Browse files
datapythonistaroberthdevries
authored andcommitted
CI: Temporary fix to the docs build while we fix the ssh problems (pandas-dev#32279)
1 parent 7a35c6e commit c56c61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@ jobs:
188188
run: |
189189
cd pandas_web
190190
git remote add origin [email protected]:pandas-dev/pandas-dev.github.io.git
191-
git push -f origin master
191+
git push -f origin master || true
192192
if: github.event_name == 'push'

0 commit comments

Comments
 (0)