From 706800c56b68141159670fbf3944c0135a43f353 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 5 Aug 2025 13:50:07 +0800 Subject: [PATCH] ci(docs): move deployment to Brew runners --- .gitlab/ci/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/docs.yml b/.gitlab/ci/docs.yml index b15b6880df..b43cc07504 100644 --- a/.gitlab/ci/docs.yml +++ b/.gitlab/ci/docs.yml @@ -148,8 +148,8 @@ build_docs_html_partial: GIT_DEPTH: 0 stage: test_deploy tags: - - deploy - - shiny + - brew + - amd64 script: # ensure all tags are fetched, need to know the latest/stable tag for the docs - git fetch --tags --prune