From 7d6d653cc50c211018a2e8e9696e5f053a2933f1 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 19 Jun 2020 20:01:04 +0200 Subject: [PATCH] ci-docs: copy the gir file before attempting to generate docs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3d2a0a..93ef123 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ pages: stage: deploy script: # generate the docs + - cp ./Handy-0.0.gir ./gir-files - cargo run --release -- -c ./libhandy/Gir.toml -d ./gir-files --doc-target-path docs.md -m doc - cargo install rustdoc-stripper - rustdoc-stripper -g -o ./libhandy/docs.md