From 497e5e134bf2dc34e74a2888ba81101f3a3a2eaa Mon Sep 17 00:00:00 2001 From: teplyakov <teolyakov@perx.ru> Date: Tue, 25 Mar 2025 11:08:56 +0300 Subject: [PATCH] feat: AUTO-3948 Fix upload errors --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2fa8ca..3a55af5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,6 @@ upload: pages: stage: generate_pages - needs: - - upload script: - apk add gcc linux-headers musl-dev - pip install -r requirements-docs.txt @@ -29,4 +27,4 @@ pages: paths: - public only: - - master \ No newline at end of file + - tags \ No newline at end of file -- GitLab