Add dependency installation step back in
This commit is contained in:
parent
47c6bba8cb
commit
0a35000118
1 changed files with 3 additions and 3 deletions
|
|
@ -56,9 +56,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
# - name: "Install dependencies"
|
|
||||||
# run: "npm i"
|
|
||||||
|
|
||||||
- name: "Clone wiki repo"
|
- name: "Clone wiki repo"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -70,6 +67,9 @@ jobs:
|
||||||
- name: "command"
|
- name: "command"
|
||||||
run: ls
|
run: ls
|
||||||
|
|
||||||
|
- name: "Install dependencies"
|
||||||
|
run: "pwd; npm i"
|
||||||
|
|
||||||
# - name: "Remove git folder"
|
# - name: "Remove git folder"
|
||||||
# run: "rm -rf .git"
|
# run: "rm -rf .git"
|
||||||
# working-directory: "wiki"
|
# working-directory: "wiki"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue