.github/workflows/pages.yml: separate RDF step

This commit is contained in:
Alan Orth 2022-02-16 21:21:24 +03:00
parent 909a905c55
commit 37dd4a87d1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
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: Generate RDF
poetry run util/create-rdf.py -i data/iseal-core.csv -ns https://iseal-community.github.io/iseal-core#
poetry run util/create-rdf.py -i data/fsc.csv -ns https://iseal-community.github.io/iseal-core/fsc#
- name: Setup Hugo