Skip to content

Commit 7a490d3

Browse files
committed
fix deploy-preview workflow
1 parent d9d3f05 commit 7a490d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-preview.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'}}
1414
steps:
15+
- uses: actions/checkout@v4
1516
- uses: actions/setup-node@v4
1617
with:
1718
node-version: '18'

0 commit comments

Comments
 (0)