diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index bcfe1574..3e036dd3 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -27,33 +27,33 @@ jobs: # Redoc : json 파일 join - - name: redoc-cli-github-action - uses: seeebiii/redoc-cli-github-action@v9 - with: - args: 'join ./noti.json ./user.json -o ./api.json' + # - name: redoc-cli-github-action + # uses: seeebiii/redoc-cli-github-action@v9 + # with: + # args: 'join ./noti.json ./user.json -o ./api.json' - - name : ls - run : | - pwd - ls -all - ls /github/workspace + # - name : ls + # run : | + # pwd + # ls -all + # ls /github/workspace # Redoc : json 파일 join - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 with: - args: 'bundle ./api.json --output ./api.yaml --ext yaml' + args: 'bundle ./noti.json ./user.json ./weather.json --output ./api.yaml --ext yaml' - - name: Rename Yaml Title & Desc - run: | - cat ./api.yaml - yq -i '.info.title = "Waither Backend API Document for FrontEnd"' ./api.yaml - yq -i '.info.description = "Please contact Petstore backend if there are any issues with API"' ./api.yaml + # - name: Rename Yaml Title & Desc + # run: | + # cat ./api.yaml + # yq -i '.info.title = "Waither Backend API Document for FrontEnd"' ./api.yaml + # yq -i '.info.description = "Please contact Petstore backend if there are any issues with API"' ./api.yaml - - name: redoc-cli-github-action - uses: seeebiii/redoc-cli-github-action@v9 - with: - args: 'build-docs ./api.yaml --output ./index.html' + # - name: redoc-cli-github-action + # uses: seeebiii/redoc-cli-github-action@v9 + # with: + # args: 'build-docs ./api.yaml --output ./index.html' # 웹페이지 Repository에 Push 합니다. - name: Install SSH Key