Skip to content

Commit c2d8b6a

Browse files
committed
2 parents dc34cc4 + 91ea71d commit c2d8b6a

File tree

3 files changed

+3
-28
lines changed

3 files changed

+3
-28
lines changed

.github/workflows/deployment-script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '16'
18+
node-version: '12'
1919
check-latest: true
2020
- run: |
21-
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
21+
git clone --depth 1 https://github.com/virtual-labs/ph3-lab-mgmt
2222
cd ph3-lab-mgmt
2323
npm install
2424
npm run build-exp

experiment-descriptor.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
"unit-type": "task",
1414
"content-type": "text"
1515
},
16-
{
17-
"target": "objective.html",
18-
"source": "objective.md",
19-
"label": "Objective",
20-
"unit-type": "task",
21-
"content-type": "text"
22-
},
16+
2317
{
2418
"target": "procedure.html",
2519
"source": "procedure.md",

pretest.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)