summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-08-25 19:26:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-08-25 19:26:46 +0100
commit2472b804aa5071e49d93d5a6453a27e6384b4a82 (patch)
tree516c53fdfcb360d720a88cfe4eac506fa13c1fae
parent8511de08ebd2b7678b999f8beb96822abc1163c1 (diff)
downloadjson-glib-2472b804aa5071e49d93d5a6453a27e6384b4a82.tar.gz
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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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