Skip to content

Commit

Permalink
tweak config (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby authored May 10, 2024
1 parent 21d4162 commit 1dac389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
pdm install --prod
pdm install --group docs
pdm install --group visualisation
# Build the book
- name: Build the book
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ latex:
targetname: book.tex

# Add a bibtex file so that we can create citations
bibtex_bibfiles:
- references.bib
#bibtex_bibfiles:
#- references.bib

# Information about where the book exists on the web
repository:
Expand Down

0 comments on commit 1dac389

Please sign in to comment.