We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77e7c1 commit 304cca1Copy full SHA for 304cca1
.github/workflows/docbuild-and-upload.yml
@@ -67,7 +67,7 @@ jobs:
67
echo "${{ secrets.server_ssh_key }}" > ~/.ssh/id_rsa
68
chmod 600 ~/.ssh/id_rsa
69
echo "${{ secrets.server_ip }} ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1Kkopomm7FHG5enATf7SgnpICZ4W2bw+Ho+afqin+w7sMcrsa0je7sbztFAV8YchDkiBKnWTG4cRT+KZgZCaY=" > ~/.ssh/known_hosts
70
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
71
72
- name: Copy cheatsheets into site directory
73
run: cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/
0 commit comments