From 30912e9a0e0e8e581943e94a996a29dd2d9fa6fa Mon Sep 17 00:00:00 2001 From: Mitsuba100 Date: Tue, 14 Apr 2026 15:51:05 +0200 Subject: [PATCH] Update .github/workflows/update-repo.yml --- .github/workflows/update-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index ed892dd..1b73919 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -9,7 +9,7 @@ on: jobs: build-and-deploy: # Use 'host' so the runner can move files directly to your web directory - runs-on: host + runs-on: ubuntu-latest steps: - name: Checkout code