Skip to content

Commit 539ca97

Browse files
committed
remove submodules
1 parent 5502cab commit 539ca97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout sources
1111
uses: actions/checkout@v2
12-
with:
13-
submodules: recursive
14-
fetch-depth: 0
12+
#with:
13+
# submodules: recursive
14+
# fetch-depth: 0
1515
- uses: ./.github/actions/setup
1616
- uses: ./.github/actions/deploy
1717
id: deploy

0 commit comments

Comments
 (0)