Trying to get the workflow running...4
Some checks failed
Copy Documentation to webserver / copy (push) Failing after 1s

This commit is contained in:
Pascal Serrarens 2026-05-07 11:37:15 +02:00
parent 5edf019878
commit 30b25a163d

View File

@ -4,8 +4,12 @@ on:
jobs: jobs:
copy: copy:
runs-on: ubuntu-latest runs-on: nanobrain-runner
steps: steps:
- name: Install Node
run: |
curl -fsSL https://deb.nodesource.com/setup\_18.x
bash - apt-get install -y nodejs
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2