From 76b82817093948b9f5b41f0ba1abf22544f49171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 8 Aug 2023 19:48:54 +0300 Subject: [PATCH] ci: Build 0.21 docs and drop 0.19 docs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de8754a0a..2b95a8eef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,8 +56,8 @@ variables: # latest release must be at the top # (only relevant on main branch) RELEASES: + 0.21=0.21 0.20=0.20 - 0.19=0.19 stages: - "trigger"