From e6b0e50f58c2659bc46e4f6446e246d5e96bb555 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 20:41:57 +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, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 07eb191c..c1cce305 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -45,6 +45,6 @@ jobs: - name: Commit and push build artifacts run: | git add . - git remote add origin ${{ secrets.REPOSITORY_URL }} + git remote add norigin ${{ secrets.REPOSITORY_URL }} git commit -m "📝docs : Generate API Docs" - git push origin apiDocs + git push norigin apiDocs