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

This commit is contained in:
Alan Orth 2021-12-14 14:24:38 +02:00
parent 409b7782ac
commit ef580dfd86
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

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