From 30b25a163d8e62d571a0cd2d73ef8354c2b182ee Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 11:37:15 +0200 Subject: [PATCH] Trying to get the workflow running...4 --- .gitea/workflows/copy_documentation.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 8cb6f47..68cf07b 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -4,8 +4,12 @@ on: jobs: copy: - runs-on: ubuntu-latest + runs-on: nanobrain-runner steps: + - name: Install Node + run: | + curl -fsSL https://deb.nodesource.com/setup\_18.x + bash - apt-get install -y nodejs - name: Checkout repository uses: actions/checkout@v2