diff --git a/docs/intro.md b/docs/intro.md index 936f8255a9b9172fa307b1aed5d6b64ba19afcbf..de484fdbf18b4071fe1b4aa56cffd568df784e23 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -166,7 +166,7 @@ Explore this book {fas}`arrow-right` **The Turing Way** ^^^ -```{image} https://the-turing-way.netlify.app/_static/logo.jpg +```{image} https://the-turing-way.netlify.app/_static/logo-detail-with-text.svg :height: 100 ``` diff --git a/tests/test_build.py b/tests/test_build.py index 7f03f8e4dc33ffacff560fa988b7975c8e08fdec..1db68327d7945da11d8b39f0afd8a5e659a71404 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -34,7 +34,7 @@ def test_create_from_cookiecutter(temp_with_override: Path, cli): assert book.joinpath("my_book", "my_book", "_config.yml").exists() assert len(list(book.joinpath("my_book").iterdir())) == 7 assert len(list(book.joinpath("my_book", ".github", "workflows").iterdir())) == 1 - assert len(list(book.joinpath("my_book", "my_book").iterdir())) == 8 + assert len(list(book.joinpath("my_book", "my_book").iterdir())) == 9 def test_build_from_template(temp_with_override, cli):