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 cce5258 + 15ad7c3 commit bb98888Copy full SHA for bb98888
.github/workflows/deploy.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v3
19
+ with:
20
+ fetch-depth: 0
21
22
- name: Execute Notebooks
23
uses: ./.github/actions/execute-notebooks
.github/workflows/preview.yml
@@ -21,6 +21,8 @@ jobs:
24
25
26
27
28
0 commit comments