Skip to content

Commit 9c6a307

Browse files
committed
DOC: Upload cheatsheets to site
1 parent b159c75 commit 9c6a307

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}
138138

139139
- name: Upload web
140-
run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' --exclude='Pandas_Cheat_Sheet*' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
140+
run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
141141
if: ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}
142142

143143
- name: Upload dev docs
@@ -146,6 +146,10 @@ jobs:
146146

147147
- name: Move docs into site directory
148148
run: mv doc/build/html web/build/docs
149+
150+
- name: Copy cheatsheets into site directory
151+
run: cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/docs/cheatsheet
152+
149153
- name: Save website as an artifact
150154
uses: actions/upload-artifact@v2
151155
with:

0 commit comments

Comments
 (0)