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:
commit
aabf68eddb
@ -26,9 +26,9 @@ pages:
|
||||
extends: .publish
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- public
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir -p public
|
||||
- cargo doc --no-deps --all-features --document-private-items
|
||||
- mv target/doc/* public
|
||||
- cargo doc --no-deps --document-private-items
|
||||
- mv target/doc/* public
|
||||
|
Loading…
Reference in New Issue
Block a user