mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Generate index page for documentation using unstable flag
This commit is contained in:
parent
4b6c5f57e3
commit
8da8b56308
@ -60,5 +60,5 @@ pages:
|
|||||||
script:
|
script:
|
||||||
- rm -rf public
|
- rm -rf public
|
||||||
- mkdir -p public
|
- mkdir -p public
|
||||||
- cargo doc --no-deps --document-private-items
|
- RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --no-deps --document-private-items
|
||||||
- mv target/doc/* public
|
- mv target/doc/* public
|
||||||
|
Loading…
Reference in New Issue
Block a user