mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +01:00
.github/workflows/pages.yml: use poetry run
This commit is contained in:
parent
409b7782ac
commit
ef580dfd86
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: poetry install
|
||||
- name: Generate Hugo content
|
||||
run: |
|
||||
./util/generate-hugo-content.py -i data/schema-fields.csv --clean -d
|
||||
poetry run ./util/generate-hugo-content.py -i ./data/schema-fields.csv --clean -d
|
||||
pages:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
|
Loading…
Reference in New Issue
Block a user