mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'songtronix/fix-pages' into 'master'
fix(ci): pages document default features only See merge request veloren/veloren!1096
This commit is contained in:
@ -30,5 +30,5 @@ pages:
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir -p public
|
||||
- cargo doc --no-deps --all-features --document-private-items
|
||||
- cargo doc --no-deps --document-private-items
|
||||
- mv target/doc/* public
|
Reference in New Issue
Block a user