Skip to content

Commit

Permalink
Update .github/workflows/static.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
hexylena and bgruening authored Nov 14, 2023
1 parent 054a87e commit 59056a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install pyyaml
run: pip install PyYAML
- name: Build API
run:
python scripts/api.py
Expand Down

0 comments on commit 59056a5

Please sign in to comment.