summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-08-25 19:24:27 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-08-25 19:24:27 +0100
commite20a4f9ea5d28e314b14f263fecd9e35afbc090a (patch)
tree516c53fdfcb360d720a88cfe4eac506fa13c1fae
parent59403c31169d126da98349322fa2363040eaf474 (diff)
downloadjson-glib-docs-template.tar.gz
ci: Use the right path for the docs archivedocs-template
We are exploding the tarball from within 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