Skip to content

Commit

Permalink
Attempt to fix docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Sep 16, 2022
1 parent 9bafbac commit e877c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ docs:
script:
- cargo doc --no-deps --all-features
-p scale-info -p ink_metadata -p ink_env
-p ink_storage -p ink_storage_traits -p ink_storage_derive
-p ink_storage -p ink_storage_traits
-p ink_primitives -p ink_prelude
-p ink -p ink_macro -p ink_ir -p ink_codegen
- mv ${CARGO_TARGET_DIR}/doc ./crate-docs
Expand Down

0 comments on commit e877c90

Please sign in to comment.