Skip to content

Commit b7f66ca

Browse files
authored
Delete content/en folder in example code to avoid overwriting newer content on the website
1 parent 987b544 commit b7f66ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: |
5555
curl -L -O https://github.com/Scientific-Python-Translations/pandas-translations/archive/refs/heads/main.tar.gz | tar xz
5656
tar -xvf main.tar.gz
57+
rm -rf pandas-translations-main/content/en/
5758
rsync -av --delete pandas-translations-main/content web/pandas/
5859
- name: Test website
5960
run: python -m pytest web/

0 commit comments

Comments
 (0)