We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numfocus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f565d96 commit bd91f45Copy full SHA for bd91f45
.github/workflows/ci.yml
@@ -134,7 +134,7 @@ jobs:
134
if: github.event_name == 'push'
135
136
- name: Upload web
137
- run: rsync -az --delete --exclude='pandas-docs' --exclude='Pandas_Cheat_Sheet*' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
+ run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' --exclude='Pandas_Cheat_Sheet*' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
138
139
140
- name: Upload dev docs
0 commit comments