diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index cae6ce96..2f8fc196 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -41,7 +41,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 with: - args: 'bundle ./api.json --output ./api.yaml --ext yaml' + args: 'bundle ./api.json --output ./api.yaml --ext yaml --verbose' - name: Rename Yaml Title & Desc run: |