From e9d82ba5d9ed30f4dd5443590612ae182b9b21d0 Mon Sep 17 00:00:00 2001 From: DariusKlein Date: Thu, 6 Feb 2025 08:58:52 +0100 Subject: [PATCH] Update .github/workflows/deploy-docs.yml --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 3079c74..fb2ebad 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -12,7 +12,7 @@ jobs: build: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -28,7 +28,7 @@ jobs: needs: build - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Docker stop