Update build-and-push.yml

This commit is contained in:
Lost Paul 2025-02-24 09:08:37 +01:00 committed by GitHub
parent d5179f5780
commit 029bf36dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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