From 9bcfbd2471c49c260c18e6e089750e3a57ed2c40 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 20:21:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20api=20docs=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apiDocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 0c30dc91..1498342d 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -27,6 +27,7 @@ jobs: - name: Rename Yaml Title & Desc run: | + cat ./noti-service/docs/noti.yaml yq -i '.info.title = "PetStore Backend API Document for FrontEnd"' ./noti-service/docs/noti.yaml yq -i '.info.description = "Please contact Petstore backend if there are any issues with API"' ./noti-service/docs/noti.yaml