From 19d6eb1e734e6b5218adf6c17e08a9d154b67c02 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 20:54:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apiDocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index d7a010fe..e74d885c 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -47,7 +47,5 @@ jobs: git config --global user.email "gsu9045000@gmail.com" git config --global user.name "DDonghyeo" git add . - git checkout apiDocs - git remote add norigin ${{ secrets.REPOSITORY_URL }} git commit -m "📝docs : Generate API Docs" - git push norigin apiDocs + git push ${{ secrets.REPOSITORY_URL }} HEAD:apiDocs