mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +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
|
run: poetry install
|
||||||
- name: Generate Hugo content
|
- name: Generate Hugo content
|
||||||
run: |
|
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:
|
pages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.ref_name == 'main' }}
|
if: ${{ github.ref_name == 'main' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user