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 8065a17 commit ba3d725Copy full SHA for ba3d725
.github/workflows/sync.yml
@@ -98,17 +98,23 @@ jobs:
98
run: |
99
./scripts/stats.py
100
git -C ./${{ env.PYDOC_LANG_DIR }} diff stats.json
101
+ env:
102
+ PYDOC_LANG_DIR: ${{ env.PYDOC_LANG_DIR }}
103
104
- name: Update potodo.md
105
if: always()
106
107
./scripts/potodo.sh
108
git -C ./${{ env.PYDOC_LANG_DIR }} diff potodo.md
109
110
111
112
# 4- Commit and push translations
113
114
- name: Commit
115
run: ./scripts/commit.sh
116
117
118
119
- name: Push
120
if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
0 commit comments