Skip to content

Commit 108c12e

Browse files
committed
chore: sparse checkout content from master
1 parent c59cd09 commit 108c12e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/cd-deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,10 @@ jobs:
3131
with:
3232
ref: ${{ inputs.ref }}
3333

34-
- name: Checkout master for content
35-
uses: actions/checkout@v4
36-
with:
37-
ref: master
38-
path: master-content
39-
4034
- name: Checkout src/content from master
4135
uses: actions/checkout@v4
4236
with:
4337
ref: master
44-
path: ${{ env.BUILD_PATH }}/src/content
4538
sparse-checkout: |
4639
src/content
4740

0 commit comments

Comments
 (0)