From 6be2c120c44825705255d5ae0002ad40e03558a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Ang=C3=A9lique=20Laporte?= Date: Wed, 16 Feb 2022 14:03:18 +0100 Subject: [PATCH] run python script using poetry --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ee5e2312..f0c73d1f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -24,8 +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# + 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 uses: peaceiris/actions-hugo@v2 - name: Build Hugo site