Trying to get the workflow running...6
Some checks failed
Copy Documentation to webserver / copy-documentation (push) Has been cancelled
Some checks failed
Copy Documentation to webserver / copy-documentation (push) Has been cancelled
This commit is contained in:
parent
5c798c2ada
commit
3c841c78dd
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user