From 7fd3adb18cf96d0cbfc8561c906e785c03e89375 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 31 Jul 2023 17:34:09 -0500 Subject: [PATCH 1/2] Checkout submodules recursively in deploy --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 610246b..becf0d4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: true + submodules: recursive - uses: actions/setup-node@v2 - run: npm i -g @apidevtools/swagger-cli@4 - name: Prepare deploy directory From 42d8ec95c69a6390ffc37fc74dba528fb0416009 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 31 Jul 2023 17:39:32 -0500 Subject: [PATCH 2/2] Do recursive checkout in release too --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1cef390..b3a0535 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: true + submodules: recursive - uses: actions/setup-node@v2 - run: npm i -g @apidevtools/swagger-cli@4 - name: Bundle yaml spec