Skip to content

Commit 60d9c16

Browse files
authored
fixed preview.yml (#93)
1 parent c615aed commit 60d9c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/preview.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
with:
15+
ref: ${{ github.event.pull_request.head.sha }}
1416

1517
- name: Set up Quarto
1618
uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)