Skip to content

Commit 22d4063

Browse files
committed
Remove _doc from update-submodules script
Is is not a submodule anymore
1 parent b27a45f commit 22d4063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_utils/update-submodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242

4343
changed=
4444

45-
for mod in _doc _hcl _posts attachment; do
45+
for mod in _hcl _posts attachment; do
4646
if update_submodule $mod; then
4747
git add $mod
4848
changed="$changed $mod"

0 commit comments

Comments
 (0)