Skip to content

Commit 321a514

Browse files
committed
ci: add step to checkout latest
1 parent 0777b4a commit 321a514

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106

107107
- name: Checkout
108108
uses: actions/checkout@v4
109+
with:
110+
fetch-depth: 0
111+
112+
- run: git checkout HEAD^
109113

110114
# Docs Site
111115
- name: Build and push docs site

0 commit comments

Comments
 (0)