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 f1a1544 commit 9feba16Copy full SHA for 9feba16
1 file changed
.github/workflows/sync.yml
@@ -128,7 +128,6 @@ jobs:
128
uses: actions/checkout@v6
129
130
- name: Checkout this repository ${{ env.PYDOC_VERSION }}
131
- #if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
132
133
with:
134
ref: ${{ env.PYDOC_VERSION }}
@@ -141,11 +140,13 @@ jobs:
141
140
cache: 'pip'
142
pip-install: -r requirements.txt
143
+ - name: Clean PO files
144
+ run: find ${{ env.PYDOC_LANG_DIR }} -name '*.po' | xargs -r rm
145
+
146
- name: Download translation artifacts
147
uses: actions/download-artifact@v8
148
149
name: python-${{ env.PYDOC_VERSION }}
- path: ${{ env.PYDOC_LANG_DIR }}
150
151
- name: Commit
152
run: ./scripts/commit.sh
0 commit comments