From 1ca66e2178ba6f48266393d6f9ef398295ae9a28 Mon Sep 17 00:00:00 2001
From: Sebastien Dinot <sebastien.dinot@free.fr>
Date: Fri, 29 Oct 2021 17:34:28 +0200
Subject: [PATCH] Product version files must be generated for each job

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb99d98..881c572 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,10 @@ www:
   ##
   - cp $SSH_KNOWN_HOSTS ~/.ssh/known_hosts
   script:
+  # Generate YAML files that provide the list of versions whose technical
+  # documentation is available on the website.
+  - bin/gen_versions_yml.sh
+  # Publish the web site
   - bin/publish.sh
 
 deploy:test:
-- 
GitLab