mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2025-09-15 13:19:38 +00:00
try to fix poetry install
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -16,13 +16,13 @@ jobs:
|
||||
with:
|
||||
python-version: '3.8'
|
||||
|
||||
- name: Install Poetry
|
||||
- name: Setup Poetry
|
||||
uses: abatilo/actions-poetry@v2
|
||||
with:
|
||||
poetry-version: '1.5.1'
|
||||
|
||||
- name: Install Poetry dependencies
|
||||
run: poetry install
|
||||
run: poetry install --no-root
|
||||
|
||||
- name: Build
|
||||
run: poetry run mkdocs build
|
||||
|
Reference in New Issue
Block a user