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