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 0ab497e commit 0572c47Copy full SHA for 0572c47
.github/workflows/sync_repos.yml
@@ -44,7 +44,7 @@ jobs:
44
run: uv sync --dev --group docs
45
46
- name: Run sync script
47
- run: python scripts/sync_repositories_to_docs.py
+ run: source .venv/bin/activate && python scripts/sync_repositories_to_docs.py
48
49
- name: Check for changes
50
id: git-check
0 commit comments