Skip to content

Commit

Permalink
ci: fix preview docs checkout ref (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug authored Dec 12, 2023
1 parent 1d28ae2 commit 3582764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3582764

Please sign in to comment.