mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'imbris/docs-index' into 'master'
Generate index page for documentation using unstable flag See merge request veloren/veloren!3895
This commit is contained in:
commit
1a287e4e89
@ -60,5 +60,5 @@ pages:
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir -p public
|
||||
- cargo doc --no-deps --document-private-items
|
||||
- mv target/doc/* public
|
||||
- RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --no-deps --document-private-items
|
||||
- mv target/doc/* public
|
||||
|
Loading…
Reference in New Issue
Block a user