From 7f6eb0d99cf9a43790a18719df302791efb3ba80 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Mon, 20 May 2024 01:10:35 +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 6653f8f7..468b3ea6 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -47,7 +47,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v10 with: - args: 'join ./user.json ./noti.json ./weather.json --output api.yaml' + args: 'join user.json noti.json weather.json -o api.yaml' - name: check result run: | @@ -64,7 +64,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v10 with: - args: 'build-docs api.yaml --ouput index.html' + args: 'build-docs api.yaml -o index.html' - name: check result run: |