We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375ac02 commit cccc4e2Copy full SHA for cccc4e2
1 file changed
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run all pipelines
37
# Run pipelines for: #ChileDespertó polis conversation (Chilean protest)
38
# Polis report: https://pol.is/report/r29kkytnipymd3exbynkd
39
- run: uv run python scripts/run_pipelines.py --all --params="report_id=r29kkytnipymd3exbynkd"
+ run: uv run python scripts/run_pipelines.py --all --params="polis_id=r29kkytnipymd3exbynkd"
40
41
- name: Build Kedro-Viz site
42
run: |
0 commit comments