mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
wip: remove path from smoke clone step
This commit is contained in:
parent
fd2d14fe59
commit
9de2dd9bce
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue