Skip to content

Commit

Permalink
Reintroduce checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
brodyFlannigan committed Apr 26, 2024
1 parent ffaf533 commit e3cb7fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: |-
npm install
npm run prepare
- name: Checkout and create latest-data branch
run: git checkout -b latest-data
- name: Generate GTFS
run: node src/index.js
- id: vars
Expand Down

0 comments on commit e3cb7fa

Please sign in to comment.