Skip to content

Commit

Permalink
Quartz sync: Aug 7, 2024, 11:26 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
wracce committed Aug 7, 2024
1 parent 8ea3ff8 commit bb8a101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
fetch-depth: 0 # Fetch all history for git info
submodules: true # Чтобы подтянуть подмодули
submodules_recursive: true
- name: Update submodules
run: git submodule update --remote --merge
- uses: actions/setup-node@v4
- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit bb8a101

Please sign in to comment.