From a1d3aa7b1633c48490fc3446a70ad160540c491c Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 11:08:06 +0200 Subject: [PATCH] Trying to get the workflow running...1 --- .gitea/workflows/copy_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 7f01596..8b6749d 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -4,7 +4,7 @@ on: jobs: copy: - runs-on: ubuntu-latest + runs-on: nanobrain-runner steps: - name: Checkout repository uses: actions/checkout@v2