Trying to get the workflow running...5
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
30b25a163d
commit
5c798c2ada
@ -8,8 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup\_18.x
|
apt-get update
|
||||||
bash - apt-get install -y nodejs
|
apt-get install nodejs
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user