1
0
mirror of https://github.com/ISEAL-Community/iseal-core.git synced 2025-06-05 09:03:03 +02:00

.github/workflows/pages.yml: use poetry run

This commit is contained in:
2021-12-14 14:24:38 +02:00
parent 409b7782ac
commit ef580dfd86

@ -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' }}