mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
run python script using poetry
This commit is contained in:
parent
ce67fef73c
commit
6be2c120c4
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -24,8 +24,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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
|
||||||
python 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#
|
||||||
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/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