We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f66ca commit ce04169Copy full SHA for ce04169
.github/workflows/docbuild-and-upload.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Download translations
54
run: |
55
- curl -L -O https://github.com/Scientific-Python-Translations/pandas-translations/archive/refs/heads/main.tar.gz | tar xz
+ curl -L -O https://github.com/Scientific-Python-Translations/pandas-translations/archive/refs/heads/main.tar.gz
56
tar -xvf main.tar.gz
57
rm -rf pandas-translations-main/content/en/
58
rsync -av --delete pandas-translations-main/content web/pandas/
0 commit comments