Trying to get the workflow running...4
Some checks failed
Copy Documentation to webserver / copy (push) Failing after 1s
Some checks failed
Copy Documentation to webserver / copy (push) Failing after 1s
This commit is contained in:
parent
5edf019878
commit
30b25a163d
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user