There was an error while loading. Please reload this page.
1 parent 94380d0 commit 3167d0aCopy full SHA for 3167d0a
1 file changed
.github/workflows/sync.yml
@@ -118,13 +118,11 @@ jobs:
118
with:
119
name: python-${{ env.PYDOC_VERSION }}
120
path: |
121
- ${PYDOC_LANG_DIR}/.tx/config
122
- ${PYDOC_LANG_DIR}/potodo.md
123
- ${PYDOC_LANG_DIR}/stats.json
124
- ${PYDOC_LANG_DIR}/*.po
125
- ${PYDOC_LANG_DIR}/**/*.po
126
- env:
127
- PYDOC_LANG_DIR: ${{ env.PYDOC_LANG_DIR }}
+ ${{ env.PYDOC_LANG_DIR }}/.tx/config
+ ${{ env.PYDOC_LANG_DIR }}/potodo.md
+ ${{ env.PYDOC_LANG_DIR }}/stats.json
+ ${{ env.PYDOC_LANG_DIR }}/*.po
+ ${{ env.PYDOC_LANG_DIR }}/**/*.po
128
129
commit:
130
runs-on: ubuntu-latest
0 commit comments