[librsvg: 1/3] Generate two sets of Rust docs, one the public API and one for internals




commit 33dd0ed41c4763d707e652c710390594b7e63f06
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue May 25 19:26:34 2021 -0500

    Generate two sets of Rust docs, one the public API and one for internals

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b2a28abe..45edd407 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -231,6 +231,8 @@ pages:
   script:
     - mkdir -p public/doc
     - sudo -E cargo doc --document-private-items --no-deps
+    - cp -r target/doc/* public/internals
+    - sudo -E cargo doc --no-deps --lib
     - cp -r target/doc/* public/doc
   artifacts:
     paths:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]