fix: Remove unsupported book.toml keys
Removed configuration keys from book.toml not supported by the current version of mdbook, which were causing build warnings.
This commit is contained in:
parent
8a843b832a
commit
d7d6b4de4e
26 changed files with 37 additions and 2785 deletions
|
|
@ -13,5 +13,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: nix shell nixpkgs#mdbook --command ./deploy.sh build
|
||||
|
||||
- name: Deploy
|
||||
run: nix shell nixpkgs#mdbook --command ./deploy.sh local
|
||||
run: nix shell nixpkgs#rsync --command ./deploy.sh local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue