diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index f059b9d8..36cbf346 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -23,6 +23,7 @@ jobs: cp ./noti-service/docs/noti.json ./ cp ./user-service/docs/user.json ./ cp ./weather-service/docs/weather.json ./ + ls -all # Redoc : json 파일 join @@ -31,6 +32,9 @@ jobs: 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' + - name : ls + run : | + ls -all # Redoc : json 파일 join - name: redoc-cli-github-action