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