diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a38468..9132423 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: # Build the book - name: Build the book run: | - jupyter-book build . --html + jupyter book build --html # Upload the book's HTML as an artifact - name: Upload artifact