Add Cargo package for inline table of contents

This commit is contained in:
James Skemp 2023-04-01 13:48:59 -05:00
parent dcd21ae6fa
commit fbf5dfe5bb
1 changed files with 2 additions and 1 deletions

View File

@ -9,10 +9,11 @@ pages:
before_script:
- export PATH="$PATH:$CARGO_HOME/bin"
- mdbook --version || cargo install --debug mdbook
- cargo install mdbook-toc
script:
- mdbook build -d public
only:
- master
- master
artifacts:
paths:
- public