Skip to content

Commit bb98888

Browse files
authored
Merge pull request #259 from sikepuri-algorithm/fix-last-updated-time
Fix last updated time
2 parents cce5258 + 15ad7c3 commit bb98888

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.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)