Skip to content

Commit 39f8739

Browse files
authored
Merge pull request #27 from yassun7010/fix_ci
fix ci.
2 parents 09986d9 + 768ca4a commit 39f8739

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish-mkdocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
permissions:
1010
contents: write
1111

12+
env:
13+
POETRY_VIRTUALENVS_CREATE: false
14+
1215
jobs:
1316
deploy-docs:
1417
runs-on: ubuntu-latest
@@ -22,5 +25,8 @@ jobs:
2225
path: .cache
2326
restore-keys: |
2427
mkdocs-material-
25-
- run: pip install mkdocs mkdocs-material[imaging] mkdocs-plugin-inline-svg mkdocs-exclude mkdocstrings griffe griffe-inherited-docstrings
28+
- name: Install Poetry
29+
uses: snok/install-poetry@v1
30+
- run: poetry --version
31+
- run: poetry install --no-interaction --group docs
2632
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)