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 987b544 commit b7f66caCopy full SHA for b7f66ca
.github/workflows/docbuild-and-upload.yml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
curl -L -O https://github.com/Scientific-Python-Translations/pandas-translations/archive/refs/heads/main.tar.gz | tar xz
56
tar -xvf main.tar.gz
57
+ rm -rf pandas-translations-main/content/en/
58
rsync -av --delete pandas-translations-main/content web/pandas/
59
- name: Test website
60
run: python -m pytest web/
0 commit comments