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:
|
||||
submodules: true
|
||||
|
||||
# - name: "Install dependencies"
|
||||
# run: "npm i"
|
||||
|
||||
- name: "Clone wiki repo"
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -70,6 +67,9 @@ jobs:
|
|||
- name: "command"
|
||||
run: ls
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: "pwd; npm i"
|
||||
|
||||
# - name: "Remove git folder"
|
||||
# run: "rm -rf .git"
|
||||
# working-directory: "wiki"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue