mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 14:55:03 +01:00
.github/workflows/pages.yml: Fix syntax
It's due to the indentation (missing the with:).
This commit is contained in:
parent
0ccf573ace
commit
6fa4791eaf
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
@ -15,7 +15,8 @@ jobs:
|
|||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
uses: abatilo/actions-poetry@v2.1.4
|
uses: abatilo/actions-poetry@v2.1.4
|
||||||
poetry-version: 1.1.12
|
with:
|
||||||
|
poetry-version: 1.1
|
||||||
- name: Poetry version
|
- name: Poetry version
|
||||||
run: poetry --version
|
run: poetry --version
|
||||||
pages:
|
pages:
|
||||||
|
Loading…
Reference in New Issue
Block a user