From b1b9d08c24c597902c45d1ce9c06b5f64ebdf52c Mon Sep 17 00:00:00 2001 From: PleahMaCaka Date: Mon, 30 Oct 2023 12:08:07 +0900 Subject: [PATCH] cd: fix outer yaml indent --- .github/workflows/build-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4024885..f04a2ec 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -79,7 +79,7 @@ jobs: ports: "4173" build: npm run build start: npm run preview -- --host - context: - git: - url: git@github.com:${{ github.repository }}.git - ref: ${{ github.ref }} \ No newline at end of file + context: + git: + url: git@github.com:${{ github.repository }}.git + ref: ${{ github.ref }} \ No newline at end of file