From 03cc498b39464d9f017212b8058cd903dafc6d5d Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Mon, 20 May 2024 01:19:59 +0900 Subject: [PATCH] Update apiDocs.yml --- .github/workflows/apiDocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 0fcd21b6..f02e3019 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -45,7 +45,7 @@ jobs: # Redoc : json 파일 join - name: redoc-cli-github-action - uses: seeebiii/redoc-cli-github-action@v10 + uses: DeltaLaboratory/redocly-cli-action@v1.0.0 with: args: 'join *.json -o api.yaml' @@ -62,7 +62,7 @@ jobs: - name: redoc-cli-github-action - uses: seeebiii/redoc-cli-github-action@v10 + uses: DeltaLaboratory/redocly-cli-action@v1.0.0 with: args: 'build-docs api.yaml -o index.html'