Commit cf7509fa authored by DJOUNANG NANA Guy Rostan's avatar DJOUNANG NANA Guy Rostan
Browse files

chore: modify README.md

parent b9b496f2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
## Objective

Build a package's documentation for your project. Check the doc here 👉 [cargo-doc](https://doc.rust-lang.org/cargo/commands/cargo-doc.html#exit-status)

Build a package's documentation for local package and all dependencies. Check the doc here 👉 [cargo-doc](https://doc.rust-lang.org/cargo/commands/cargo-doc.html)
## How to use it

1. Ensure that your project has Cargo.toml manifest.
1. Ensure that your project has `Cargo.toml` file.
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
    ```yaml
      - remote: 'https://jobs.r2devops.io/latest/cargo_doc.yml'