We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e196264 + d11fdee commit 0c00d2bCopy full SHA for 0c00d2b
.github/workflows/documentation-deployment.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Checkout Repository
21
uses: actions/checkout@v4
22
+ with:
23
+ fetch-depth: 0 # mike needs full history to push to gh-pages
24
25
- name: Deploy Documentation
26
uses: secure-software-engineering/actions/documentation/deployment@develop
0 commit comments