From 94ad6a9cf17576c8ae9a50269e1679d1af9c7a3c Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Fri, 17 May 2024 21:14:43 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20api=20docs=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apiDocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index f059b9d8..36cbf346 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -23,6 +23,7 @@ jobs: cp ./noti-service/docs/noti.json ./ cp ./user-service/docs/user.json ./ cp ./weather-service/docs/weather.json ./ + ls -all # Redoc : json 파일 join @@ -31,6 +32,9 @@ jobs: with: args: 'join noti.json --prefix-tags-with-filename=true user.json --prefix-tags-with-filename=true weather.json --prefix-tags-with-filename=true --output api.json' + - name : ls + run : | + ls -all # Redoc : json 파일 join - name: redoc-cli-github-action