From b6e88d59fe164bafce05293fcba8761c918c05ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Ang=C3=A9lique=20Laporte?= Date: Wed, 16 Feb 2022 09:17:42 +0100 Subject: [PATCH] adding rdf refresh to action --- .github/workflows/pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c20d2b57..ee5e2312 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -24,6 +24,8 @@ 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 + python util/create-rdf.py -i data/iseal-core.csv -ns https://iseal-community.github.io/iseal-core# + python util/create-rdf.py -i data/fsc.csv -ns https://iseal-community.github.io/iseal-core/fsc# - name: Setup Hugo uses: peaceiris/actions-hugo@v2 - name: Build Hugo site