From 3c841c78dd9e47bc8f11f620e3e0dfff8d9c99be Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 12:50:49 +0200 Subject: [PATCH] Trying to get the workflow running...6 --- .gitea/workflows/copy_documentation.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 842f496..0c9f6b3 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -1,16 +1,18 @@ name: Copy Documentation to webserver + on: push: + branches: + - '**' + pull_request: + branches: + - '**' jobs: - copy: - runs-on: nanobrain-runner + copy-documentation: + runs-on: NanoBrain1-runner + steps: - - name: Install Node - run: | - apt-get update - apt-get install nodejs - - name: Checkout repository uses: actions/checkout@v2