diff --git a/.DS_Store b/.DS_Store index 829ca7f9..b94accf3 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 23164a1d..dbeefbae 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -27,7 +27,7 @@ jobs: # Build the book - name: Build the book run: | - jupyter-book build . + jupyter-book build ./docs # Push the book's HTML to github-pages - name: GitHub Pages action