Skip to content

Commit 528da93

Browse files
author
NewSkyLine
committed
Make it update very 5h
1 parent baac29a commit 528da93

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Deploy static content to Pages
44
on:
55
push:
66
branches: [main]
7+
schedule:
8+
- cron: "0 */5 * * *"
79

810
# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
911
permissions:

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import * as icaltz from "@touch4it/ical-timezones";
2121
let events: ILesson[] = [];
2222

2323
const timetable = await untis.getOwnTimetableForRange(
24-
new Date(),
24+
new Date(2024, 0, 21),
2525
new Date(2024, 5, 27)
2626
);
2727

0 commit comments

Comments
 (0)