Skip to content

Commit d6c526b

Browse files
author
lucifer
committed
fix: checkout submodule
1 parent f9bd16c commit d6c526b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ jobs:
55
generate:
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Check out repository code
9-
uses: actions/checkout@v2
108
- name: Check out repository code
119
uses: actions/checkout@v2
1210
with:
13-
repository: "leetcode-pp/91alg-4"
11+
submodules: "true"
1412
- name: run npm
1513
uses: actions/setup-node@v2
1614
with:

0 commit comments

Comments
 (0)