From 711ed24c1f9947ab0144e140844fd1c9d3df21b4 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:35:46 +0900 Subject: [PATCH] Update CD --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4bfe736fd..e59ad0c90 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,3 @@ ---- name: Build and Deploy on: @@ -10,11 +9,10 @@ permissions: jobs: build-and-deploy: - name: Build and Deploy concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: - - name: Checkout Code + - name: Checkout uses: actions/checkout@v3 - name: Execute Notebooks