Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd91f45

Browse files
authoredApr 7, 2020
CI: Not deleting docs symlink in prod (#33366)
1 parent f565d96 commit bd91f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if: github.event_name == 'push'
135135

136136
- 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
137+
run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' --exclude='Pandas_Cheat_Sheet*' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
138138
if: github.event_name == 'push'
139139

140140
- name: Upload dev docs

0 commit comments

Comments
 (0)
Please sign in to comment.