Skip to content

Commit 0c00d2b

Browse files
authored
Merge pull request #238 from secure-software-engineering/fixdocdeploy
fix doc deploy v2
2 parents e196264 + d11fdee commit 0c00d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation-deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout Repository
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0 # mike needs full history to push to gh-pages
2224

2325
- name: Deploy Documentation
2426
uses: secure-software-engineering/actions/documentation/deployment@develop

0 commit comments

Comments
 (0)