From 3d909d9ccda47fefbc5ad720a8dbabd27b997872 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Fri, 17 May 2024 23:42:20 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 34bc1a7d..25023ff5 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -30,7 +30,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 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' + args: 'join noti.json --prefix-tags-with-filename=true user.json --prefix-tags-with-filename=true weather.json --prefix-tags-with-filename=true --output /home/runner/work/Waither-BE/Waither-BE/api.json' - name : ls run : |