mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +01:00
.github/workflows/pages.yml: minor style issue
No functional difference, but keep the style consistent.
This commit is contained in:
parent
37dd4a87d1
commit
a98ca084f7
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -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/iseal-core.csv --clean -d
|
||||||
poetry run ./util/generate-hugo-content.py -i ./data/fsc.csv -d
|
poetry run ./util/generate-hugo-content.py -i ./data/fsc.csv -d
|
||||||
- name: Generate RDF
|
- 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/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/fsc.csv -ns https://iseal-community.github.io/iseal-core/fsc#
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
- name: Build Hugo site
|
- name: Build Hugo site
|
||||||
|
Loading…
Reference in New Issue
Block a user