Skip to content

Commit

Permalink
Fix deploy path issue (#295)
Browse files Browse the repository at this point in the history
Issue with relative links on nav due to version changes on mdbook

---------

Co-authored-by: Wes Biggs <[email protected]>
  • Loading branch information
wesbiggs and Wes Biggs authored Jan 14, 2025
1 parent cb911ee commit f9536a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common/set-up-mdbook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
uses: jontze/action-mdbook@0765bef0c7c5792f93bf3ed3d487a0ca32c9da33
with:
token: ${{ inputs.token }}
mdbook-version: "~0.4.37" # Use a semver compatible string
mdbook-version: "~0.4.42" # Use a semver compatible string
# Optional Plugins have to be enabled
use-linkcheck: true
linkcheck-version: "~0.7.7"
Expand Down
3 changes: 0 additions & 3 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ exclude = ['en\.bitcoin\.it', 'github\.com/LibertyDSNP/spec', 'w3\.org']

[output.html.fold]
enable = true

# https://github.com/jonahgoldwastaken/mdbook-external-links
# [preprocessor.external-links]
312 changes: 0 additions & 312 deletions theme/index.hbs

This file was deleted.

0 comments on commit f9536a2

Please sign in to comment.