File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,15 @@ jobs:
133133 echo "${{ secrets.server_ssh_key }}" > ~/.ssh/id_rsa
134134 chmod 600 ~/.ssh/id_rsa
135135 echo "${{ secrets.server_ip }} ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1Kkopomm7FHG5enATf7SgnpICZ4W2bw+Ho+afqin+w7sMcrsa0je7sbztFAV8YchDkiBKnWTG4cRT+KZgZCaY=" > ~/.ssh/known_hosts
136- if : ${{github.event_name == 'push' && github.ref == 'refs/head /master'}}
136+ if : ${{github.event_name == 'push' && github.ref == 'refs/heads /master'}}
137137
138138 - name : Upload web
139139 run : rsync -az --delete --exclude='pandas-docs' --exclude='docs' --exclude='Pandas_Cheat_Sheet*' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
140- if : ${{github.event_name == 'push' && github.ref == 'refs/head /master'}}
140+ if : ${{github.event_name == 'push' && github.ref == 'refs/heads /master'}}
141141
142142 - name : Upload dev docs
143143 run : rsync -az --delete doc/build/html/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas/pandas-docs/dev
144- if : ${{github.event_name == 'push' && github.ref == 'refs/head /master'}}
144+ if : ${{github.event_name == 'push' && github.ref == 'refs/heads /master'}}
145145
146146 - name : Move docs into site directory
147147 run : mv doc/build/html web/build/docs
You can’t perform that action at this time.
0 commit comments