Skip to content

Commit 9e64cd1

Browse files
committed
add fetch depth
1 parent d776d07 commit 9e64cd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation-pr-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout Repository
2828
uses: actions/checkout@v4
29+
with:
30+
fetch-depth: 0 # mike needs full history to push to gh-pages
2931

3032
- name: Create Documentation Preview
3133
uses: secure-software-engineering/actions/documentation/pr-preview@develop

0 commit comments

Comments
 (0)