From f7dc384431089afeea73e3d1a74b60e1f4df5f00 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 3 May 2023 15:25:27 -0500
Subject: [PATCH] Add missing doc upload step in Gitlab CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02803848..73cea647 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -258,6 +258,7 @@ Documentation:
     . ci-support-v0
     build_py_project_in_venv
     build_docs
+    maybe_upload_docs
   tags:
   - linux
 
-- 
GitLab