From c3a6152ec77d69f7e73c7ca8fa382811cb623d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Sun, 31 Mar 2024 15:25:08 +0200 Subject: [PATCH] Fix typo in CI file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faf35b1..e1a7792 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,6 @@ rustdoc: stage: build script: - cargo doc - artefacts: + artifacts: paths: - target/doc -- GitLab