From 6b56d224cda5a183afd1ffd38adae3ea728c5cf0 Mon Sep 17 00:00:00 2001 From: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:09:54 +0900 Subject: [PATCH] chore: resolve document deployment error (#3) Signed-off-by: ktro2828 --- .github/workflows/deploy-document.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-document.yaml b/.github/workflows/deploy-document.yaml index 23a4c91..56134b4 100644 --- a/.github/workflows/deploy-document.yaml +++ b/.github/workflows/deploy-document.yaml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - run: pip install poetry - uses: actions/setup-python@v5 with: - python-version: "3.10" - python-version-file: "pyproject.toml" cache: "poetry" + python-version: "3.10" - run: poetry install - run: poetry run mkdocs gh-deploy --force \ No newline at end of file