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