File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ jobs:
15
15
- name : Setup node
16
16
uses : actions/setup-node@v2
17
17
with :
18
- node-version : ' 12 '
18
+ node-version : ' 16 '
19
19
check-latest : true
20
20
- run : |
21
- git clone https://github.com/virtual-labs/ph3-lab-mgmt
21
+ git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
22
22
cd ph3-lab-mgmt
23
23
npm install
24
- node exp.js
24
+ npm run build- exp
25
25
cd ../
26
26
git config --local user.email "admin@vlabs.ac.in"
27
27
git config --local user.name "vleadadmin"
28
28
git checkout --orphan gh-pages
29
29
git reset
30
30
git add build/* -f
31
31
git mv build/* ./ -f
32
- git commit -m "https://virtual-labs.github.io/${{ github.repository }} click on the link to test your code."
32
+ git commit -m "https://virtual-labs.github.io/${{ github.event. repository.name }} click on the link to test your code."
33
33
- uses : ad-m/github-push-action@master
34
34
with :
35
35
github_token : ${{ secrets.ORG_OWNER_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments