Skip to content

Commit 15ad7c3

Browse files
committed
Add fetch-depth property to fix last updated time
1 parent cce5258 commit 15ad7c3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
1921

2022
- name: Execute Notebooks
2123
uses: ./.github/actions/execute-notebooks

.github/workflows/preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
24+
with:
25+
fetch-depth: 0
2426

2527
- name: Execute Notebooks
2628
uses: ./.github/actions/execute-notebooks

0 commit comments

Comments
 (0)