Skip to content

Commit

Permalink
chore: add docs/ submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Jan 23, 2025
1 parent 287ce99 commit 3b6cdbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
submodules: false

- name: Initialize and update submodules except docs/
shell: bash
run: |
# Retrieve all submodule paths, excluding `docs/`.
submodules=$(git config --file .gitmodules --name-only --get-regexp path | grep -v 'path\.docs' | awk '{ print $2 }')
Expand Down

0 comments on commit 3b6cdbd

Please sign in to comment.