Skip to content
Snippets Groups Projects
Unverified Commit b3eb7494 authored by bgallois's avatar bgallois
Browse files

update xtask

parent 95169c88
No related branches found
No related tags found
1 merge request!290Fix #262 distance oracle pool index
Pipeline #38974 passed
...@@ -313,6 +313,7 @@ pub(super) fn gen_doc() -> Result<()> { ...@@ -313,6 +313,7 @@ pub(super) fn gen_doc() -> Result<()> {
Command::new("cargo") Command::new("cargo")
.args([ .args([
"doc", "doc",
"--package=duniter",
"--package=pallet-*", "--package=pallet-*",
"--package=*-runtime", "--package=*-runtime",
"--package=*distance*", "--package=*distance*",
......
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