From 176f399482a7f284e91815a30b229862f7843448 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 12:51:40 +0200 Subject: [PATCH] Trying to get the workflow running...7 --- .gitea/workflows/copy_documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 0c9f6b3..f912c44 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -10,8 +10,8 @@ on: jobs: copy-documentation: - runs-on: NanoBrain1-runner - + runs-on: ubuntu-latest + steps: - name: Checkout repository uses: actions/checkout@v2