From d7bdda163dd9eefa75c06b0dc9a2359ce461353b Mon Sep 17 00:00:00 2001 From: jokj624 Date: Sun, 28 Jul 2024 00:09:36 +0900 Subject: [PATCH] =?UTF-8?q?hotfix(workflows):=20swagger=20generate=20step?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index af32d8b..ef1e1a3 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -82,6 +82,11 @@ jobs: npm install -g firebase-tools npm install --save-dev cross-env + - name: Create swagger output file + run: | + cd functions + npm run swagger + - name: Deploy to Firebase run: | cd functions