From a98ca084f7ff510ebd67bb44f78d2ded06ea3393 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 16 Feb 2022 21:22:16 +0300 Subject: [PATCH] .github/workflows/pages.yml: minor style issue No functional difference, but keep the style consistent. --- .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 595c3f09..628f20fe 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -25,8 +25,8 @@ jobs: 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# + 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