mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update build-and-push.yml
This commit is contained in:
parent
d5179f5780
commit
029bf36dbf
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-and-push.yml
vendored
7
.github/workflows/build-and-push.yml
vendored
|
|
@ -14,9 +14,14 @@ jobs:
|
|||
- name: Checkout folder-notes
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
submodules: false
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Update submodules manually
|
||||
run: |
|
||||
git submodule sync
|
||||
git submodule update --init --recursive --remote
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue