Skip to content

Commit

Permalink
fix path to book in deplot
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Aug 7, 2024
1 parent c9868eb commit a2abe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "_build/html"
path: "book/_build/html"

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down
4 changes: 2 additions & 2 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ author : Authors # The author of the book
copyright : "2024" # Copyright year to be placed in the footer
logo : logo.png # A path to the book logo

# Force re-execution of notebooks on each build.
# Whether to reexecute notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: off
Expand All @@ -26,7 +26,7 @@ bibtex_bibfiles:

# Information about where the book exists on the web
repository:
url: https://github.com/sample-jupyterbook-repository/book # Online location of your book
url: https://github.com/sample-jupyterbook-repository # Online location of your book
path_to_book: book # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)

Expand Down

0 comments on commit a2abe7b

Please sign in to comment.