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.
1 parent d776d07 commit 9e64cd1Copy full SHA for 9e64cd1
.github/workflows/documentation-pr-preview.yml
@@ -26,6 +26,8 @@ jobs:
26
steps:
27
- name: Checkout Repository
28
uses: actions/checkout@v4
29
+ with:
30
+ fetch-depth: 0 # mike needs full history to push to gh-pages
31
32
- name: Create Documentation Preview
33
uses: secure-software-engineering/actions/documentation/pr-preview@develop
0 commit comments