Skip to content
Snippets Groups Projects
Verified Commit f4efbfca authored by v-lafeychine's avatar v-lafeychine
Browse files

feat(ci): Remove docs of dependencies + Better caching

parent 002c018c
No related branches found
No related tags found
No related merge requests found
Pipeline #10644 passed with stage
in 2 minutes and 25 seconds
......@@ -9,6 +9,7 @@ cache:
- Cargo.lock
paths:
- .cache/cargo/
- target/
format:
script:
......@@ -33,11 +34,7 @@ docs:
refs:
- main
script:
- cargo doc
- cargo doc --no-deps
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan zamok.crans.org >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- scp -r target/doc/* v-lafeychine@zamok.crans.org:www/.
- scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -q -r target/doc/* v-lafeychine@zamok.crans.org:www/.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment