Skip to content

Create data folders #20

Create data folders

Create data folders #20

Workflow file for this run

name: Fetch CSVs from external repo → Release assets
on:
push:
branches:
- feature/deploy-data
workflow_dispatch:
concurrency:
group: pages
cancel-in-progress: false # queue instead of cancel
jobs:
fetch-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout current repo
uses: actions/checkout@v4
- name: Install Python (venv)
run: bash cli-setup-python.sh
- name: Override .env values
run: |
echo "OTD_KEY=${{ secrets.OTD_KEY }}" >> $GITHUB_ENV
- name: Fetch train formation
run: |
bash cli-fetch-train-formation.sh