.github/workflows/pages.yml: parse FSC schema

This commit is contained in:
Alan Orth 2021-12-21 18:37:13 +02:00
parent bd8839fde8
commit dc68d4316a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
- name: Generate Hugo content
run: |
poetry run ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
poetry run ./util/generate-hugo-content.py -i ./data/fsc.csv -d
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
- name: Build Hugo site