correct some errors

master
rasul 5 years ago
parent f0868eaa34
commit e64b60a5e8

@ -5,7 +5,6 @@ build:
script: script:
- cargo build - cargo build
doc: doc:
stage: build stage: build
script: script:
@ -13,10 +12,10 @@ doc:
- mv target/doc public - mv target/doc public
artifacts: artifacts:
paths: paths:
-public - public
test: test:
stage: doc tests stage: test
script: script:
- cargo test --doc - cargo test --doc

Loading…
Cancel
Save