mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 08:13:59 +00:00
add install of dependencies step for poetry
This commit is contained in:
parent
ff55aa762e
commit
2f0e5be6ba
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -21,6 +21,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
poetry-version: '1.5.1'
|
poetry-version: '1.5.1'
|
||||||
|
|
||||||
|
- name: Install Poetry dependencies
|
||||||
|
run: poetry install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: poetry run mkdocs build
|
run: poetry run mkdocs build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user