We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0233a55 commit 674dd69Copy full SHA for 674dd69
.github/workflows/ci.yml
@@ -188,5 +188,5 @@ jobs:
188
run: |
189
cd pandas_web
190
git remote add origin [email protected]:pandas-dev/pandas-dev.github.io.git
191
- git push -f origin master
+ git push -f origin master || true
192
if: github.event_name == 'push'
0 commit comments