Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
  • Loading branch information
chillerb committed Oct 23, 2024
1 parent 30dda56 commit 6d6905a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
run: |
jupyter-book build dsc_tutorials
# add a .nojekyll so that _css folder is not ignored
- name: Add nojekyll
run: |
touch dsc_tutorials/_build/html/.nojekyll
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
9 changes: 6 additions & 3 deletions dsc_tutorials/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ bibtex_bibfiles:

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

# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
baseurl: https://bckrlab.org/dsc-tutorials/
use_issues_button: true
use_repository_button: true
use_repository_button: true

# favicon:
Binary file modified dsc_tutorials/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsc_tutorials/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d6905a

Please sign in to comment.