Skip to content

Commit 556c115

Browse files
committed
Fix deploy script using wrong dates in listing
1 parent 5394de0 commit 556c115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0 # get full history so that slide dates are correct in listing
17+
1518

1619
- name: Prepare Build Directory
1720
run: mkdir -p build

0 commit comments

Comments
 (0)