add install of dependencies step for poetry

This commit is contained in:
InsanusMokrassar 2023-06-13 22:36:23 +06:00
parent ff55aa762e
commit 2f0e5be6ba
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ jobs:
with:
poetry-version: '1.5.1'
- name: Install Poetry dependencies
run: poetry install
- name: Build
run: poetry run mkdocs build