From 5c798c2ada131b6e255f161304c3c0be1f66c077 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 11:42:04 +0200 Subject: [PATCH] Trying to get the workflow running...5 --- .gitea/workflows/copy_documentation.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 68cf07b..842f496 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -8,8 +8,9 @@ jobs: steps: - name: Install Node run: | - curl -fsSL https://deb.nodesource.com/setup\_18.x - bash - apt-get install -y nodejs + apt-get update + apt-get install nodejs + - name: Checkout repository uses: actions/checkout@v2