diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 2392a554..3b6798ff 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -42,7 +42,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 with: - args: 'bundle ./noti.json ./user.json ./weather.json --output ./api.html --ext html' + args: 'bundle ./noti.json ./user.json ./weather.json --output ./index.html --ext html' # - name: Rename Yaml Title & Desc # run: | @@ -55,6 +55,11 @@ jobs: # with: # args: 'build-docs ./api.yaml --output ./index.html' + + - name : ls + run : | + ls -all + # 웹페이지 Repository에 Push 합니다. - name: Install SSH Key uses: leigholiver/commit-with-deploy-key@v1.0.4