From 9660bd00599f1e48c77b24cbc3475e07bb8edb09 Mon Sep 17 00:00:00 2001 From: RedrockJS Date: Fri, 19 Dec 2025 11:09:06 +0300 Subject: [PATCH] fix(ci): workflow run-on --- .gitea/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index fcef36e..ea6f6ed 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest:host steps: - name: Checkout repository uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: push: true tags: smallbuster/fe-docs:latest deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-latest:host needs: build steps: - name: Checkout repository