fix: Remove unsupported book.toml keys
Some checks failed
Build and Deploy / deploy (push) Failing after 3s
Some checks failed
Build and Deploy / deploy (push) Failing after 3s
This commit is contained in:
parent
7cf4300d0d
commit
b0c35f4565
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: ./deploy.sh local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue