mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +01:00
.github/workflows/pages.yml: separate RDF step
This commit is contained in:
parent
909a905c55
commit
37dd4a87d1
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user