Skip to content

Commit ce04169

Browse files
authored
Update curl command
1 parent b7f66ca commit ce04169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docbuild-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Download translations
5454
run: |
55-
curl -L -O https://github.com/Scientific-Python-Translations/pandas-translations/archive/refs/heads/main.tar.gz | tar xz
55+
curl -L -O https://github.com/Scientific-Python-Translations/pandas-translations/archive/refs/heads/main.tar.gz
5656
tar -xvf main.tar.gz
5757
rm -rf pandas-translations-main/content/en/
5858
rsync -av --delete pandas-translations-main/content web/pandas/

0 commit comments

Comments
 (0)