From cc471ac8d5c4c33b16d348c4ca7fd62b656e8805 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Fri, 29 Sep 2023 19:21:24 +0200 Subject: [PATCH] book: build inside poetry shell --- .github/workflows/book.yml | 1 + book/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 30d28ffa4..2ca8fe04c 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -14,6 +14,7 @@ on: jobs: build: + name: Build and deploy runs-on: ubuntu-latest defaults: run: diff --git a/book/Makefile b/book/Makefile index c72bf4469..07432de60 100644 --- a/book/Makefile +++ b/book/Makefile @@ -3,7 +3,7 @@ init: poetry install build: - mkdocs build --strict --clean --verbose + poetry run mkdocs build --strict --clean --verbose serve: mkdocs serve \ No newline at end of file