Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 752b5845 authored by Philippe Noel's avatar Philippe Noel
Browse files

Update .gitlab-ci.yml

parent 6a507654
No related branches found
No related tags found
No related merge requests found
Pipeline #328066 failed
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
- tests - tests
- build - build
- deploy - deploy
- doc-pages - pages
test: test:
stage: tests stage: tests
...@@ -22,13 +22,12 @@ build: ...@@ -22,13 +22,12 @@ build:
- cargo build --release - cargo build --release
pages: pages:
stage: doc-pages stage: pages
tags: tags:
- gitlab-ci-rust - gitlab-ci-rust
script: script:
- cargo doc - cargo doc
- sleep 500 - cp -R /builds/capsid.crates/lib3dmol/target/doc/lib3dmol/* public/
- cp -R target/lib3dmol/* public/
artifacts: artifacts:
paths: paths:
- public - public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment