[gtk-web] ci: Add fetched data to the artifacts
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web] ci: Add fetched data to the artifacts
- Date: Tue, 2 Mar 2021 17:44:44 +0000 (UTC)
commit 16dfac059127b7be5939f24a96908f2dbe1eaa30
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Mar 2 17:43:26 2021 +0000
ci: Add fetched data to the artifacts
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d72b07b..7dc420c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,9 @@ pages:
- find public -type f -regex '.*\.\(html\)$' -exec npm run minify-html {} \;
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
artifacts:
+ when: always
paths:
+ - _data/api_fetch
- public
only:
- master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]