.github/workflows/pages.yml: Fix syntax

It's due to the indentation (missing the with:).
This commit is contained in:
Alan Orth 2021-12-14 14:14:35 +02:00
parent 0ccf573ace
commit 6fa4791eaf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ jobs:
python-version: 3.9
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.4
poetry-version: 1.1.12
with:
poetry-version: 1.1
- name: Poetry version
run: poetry --version
pages: