Skip to content

Commit 43125fb

Browse files
authored
Merge pull request #28 from yassun7010/fix_ci
fix: ci.
2 parents 39f8739 + bc006f0 commit 43125fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Install Poetry
2929
uses: snok/install-poetry@v1
3030
- run: poetry --version
31-
- run: poetry install --no-interaction --group docs
31+
- run: poetry install --no-interaction --with docs
3232
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)