[json-glib] ci: Use the right path for the docs archive
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] ci: Use the right path for the docs archive
- Date: Wed, 25 Aug 2021 18:27:21 +0000 (UTC)
commit 2472b804aa5071e49d93d5a6453a27e6384b4a82
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Aug 25 19:26:46 2021 +0100
ci: Use the right path for the docs archive
The tarball artifact is in the root directory, but we're exploding it
into the "public" directory.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb07e59..5d0b19a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,7 +84,7 @@ pages:
needs: ['reference']
script:
- mkdir public && cd public
- - tar xf ${CI_PROJECT_NAME}-docs.tar
+ - tar xf ../${CI_PROJECT_NAME}-docs.tar
artifacts:
paths:
- public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]