From 37dd4a87d1debda15e1173cd44e7d3e107d96f83 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 16 Feb 2022 21:21:24 +0300 Subject: [PATCH] .github/workflows/pages.yml: separate RDF step --- .github/workflows/pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f0c73d1f..595c3f09 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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