From 619d7916d3216d17a1e4bf4f7fac7eb88d8d2ef7 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:38:17 +0900 Subject: [PATCH] Update preview CI --- .github/workflows/preview.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 99b27967b..1cfa9a9eb 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,4 +1,3 @@ ---- name: Deploy PR Previews on: @@ -13,10 +12,9 @@ concurrency: preview-${{ github.ref }} jobs: deploy-preview: - name: Deploy PR Previews runs-on: ubuntu-latest steps: - - name: Checkout Code + - name: Checkout uses: actions/checkout@v3 - name: Execute Notebooks