File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ jobs:
136
136
echo "${{ secrets.server_ip }} ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1Kkopomm7FHG5enATf7SgnpICZ4W2bw+Ho+afqin+w7sMcrsa0je7sbztFAV8YchDkiBKnWTG4cRT+KZgZCaY=" > ~/.ssh/known_hosts
137
137
if : ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}
138
138
139
+ - name : Copy cheatsheets into site directory
140
+ run : cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/
141
+
139
142
- name : Upload web
140
143
run : rsync -az --delete --exclude='pandas-docs' --exclude='docs' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
141
144
if : ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}
@@ -147,9 +150,6 @@ jobs:
147
150
- name : Move docs into site directory
148
151
run : mv doc/build/html web/build/docs
149
152
150
- - name : Copy cheatsheets into site directory
151
- run : cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/
152
-
153
153
- name : Save website as an artifact
154
154
uses : actions/upload-artifact@v2
155
155
with :
You can’t perform that action at this time.
0 commit comments