Skip to content

Commit eea89ad

Browse files
workflow shouldn't clone submodule
1 parent c782c4c commit eea89ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
with:
4848
submodules: recursive
4949
fetch-depth: 0
50-
- name: Fetch syntax highlighter
51-
run: git clone https://github.com/hedyhli/tree-sitter-cognate
50+
#- name: Fetch syntax highlighter
51+
# run: git clone https://github.com/hedyhli/tree-sitter-cognate
5252
- name: Init tree-sitter
5353
run: tree-sitter init-config
5454
- name: Build syntax-highlighting

0 commit comments

Comments
 (0)