From 9de2dd9bceb877dd11bb9f99bb43de45aa77f863 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 11 Jul 2022 17:11:42 -0400 Subject: [PATCH] wip: remove path from smoke clone step --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16ba5dc21d68..b990bd471d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,13 +190,11 @@ jobs: uses: actions/checkout@v3 with: repository: withastro/docs - path: smoke/docs - name: Checkout astro.build uses: actions/checkout@v3 with: repository: withastro/astro.build - path: smoke/astro.build - name: Setup PNPM uses: pnpm/action-setup@v2.2.1