We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f932b commit 81a192bCopy full SHA for 81a192b
.github/workflows/docbuild-and-upload.yml
@@ -67,7 +67,7 @@ jobs:
67
run: cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/
68
69
- name: Upload web
70
- run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' web/build/ web@${{ secrets.server_ip }}:/var/www/html
+ run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' --exclude='benchmarks' web/build/ web@${{ secrets.server_ip }}:/var/www/html
71
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
72
73
- name: Upload dev docs
0 commit comments