Trying to get the workflow running...6
Some checks failed
Copy Documentation to webserver / copy-documentation (push) Has been cancelled

This commit is contained in:
Pascal Serrarens 2026-05-07 12:50:49 +02:00
parent 5c798c2ada
commit 3c841c78dd

View File

@ -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