Skip to content

Commit 2397212

Browse files
authored
fix(azure-deploy): add missing check out step (#5850)
1 parent 6c97dd7 commit 2397212

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/preview-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ jobs:
117117
runs-on: ubuntu-latest
118118
name: Clean up PR deployment
119119
steps:
120+
- name: Check out code
121+
uses: actions/checkout@v5
122+
with:
123+
fetch-depth: 0
124+
120125
- name: Generate PR hash
121126
id: pr_hash
122127
run: |

0 commit comments

Comments
 (0)