From 35408d1062adade5e9117c07abc8143f725939c2 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Sat, 18 May 2024 00:30:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20api=20docs=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apiDocs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 3b6798ff..e32a7e02 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -55,16 +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 with: - source: ./index.html + source: index.html destination_folder: docs destination_repo: WaitherTeam/WaitherTeam.github.io destination_branch: main