We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48744b7 commit 0be1276Copy full SHA for 0be1276
1 file changed
.github/workflows/deploy.yaml
@@ -11,6 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
+ with:
15
+ submodules: "recursive"
16
+
17
- uses: actions/setup-node@v3
18
with:
19
node-version: 16
0 commit comments