ci: fix preview docs checkout ref (#1393)

This commit is contained in:
Federico Grandi 2023-12-12 20:33:34 +01:00 committed by GitHub
parent 1d28ae2915
commit 3582764801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- name: Setup Node.js
uses: actions/setup-node@v4