From 7b51a66c47d91279877e733f02e46000cf1629aa Mon Sep 17 00:00:00 2001 From: Marika Marszalkowski Date: Mon, 20 Jul 2026 10:43:13 +0200 Subject: [PATCH] chore: run documentation on ubuntu-latest, not self-hosted --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 939db1a..d889eb2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -8,7 +8,7 @@ on: jobs: build-and-deploy: - runs-on: self-hosted + runs-on: ubuntu-latest permissions: contents: read