From c033e813b7893dfdaf803898eb4648a47f0001b7 Mon Sep 17 00:00:00 2001 From: jiwon <128473259+zziwonCHOI@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:31:10 +0900 Subject: [PATCH] Update deploy.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 들여쓰기 수정 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b2b5b1e..79e5f49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4