We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dae3a4 commit 690f641Copy full SHA for 690f641
.github/workflows/docbuild-and-upload.yml
@@ -81,7 +81,7 @@ jobs:
81
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
82
83
- name: Upload prod docs
84
- run: rsync -az --delete doc/build/html/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas/pandas-docs/version/${GITHUB_REF_NAME}
+ run: rsync -az --delete doc/build/html/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas/pandas-docs/version/${GITHUB_REF_NAME:1}
85
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
86
87
- name: Move docs into site directory
0 commit comments