Skip to content

Commit

Permalink
Update update_legislative_support.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Brown01 committed Jan 8, 2024
1 parent fa6eac1 commit ca3890e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update_legislative_support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
run: |
pip install -r requirements.txt # If you have dependencies
- name: Run legislation support generator script
run: python scripts/legislative_support_generator.py scripts/legislation_votes_generator.py
- name: Run legislative_support_generator.py
run: python scripts/legislative_support_generator.py

- name: Run legislation_votes_generator.py
run: python scripts/legislation_votes_generator.py

- name: Commit and push if changes
run: |
Expand Down

0 comments on commit ca3890e

Please sign in to comment.