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