Skip to content

Commit

Permalink
book: build inside poetry shell
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Sep 29, 2023
1 parent b012e69 commit cc471ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
build:
name: Build and deploy
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ init:
poetry install

build:
mkdocs build --strict --clean --verbose
poetry run mkdocs build --strict --clean --verbose

serve:
mkdocs serve

0 comments on commit cc471ac

Please sign in to comment.