Skip to content

Commit 41cdafd

Browse files
committed
feat: deploy new ver everyday
1 parent 1690fa2 commit 41cdafd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [main]
66
workflow_dispatch:
7+
schedule:
8+
- cron: '0 8 * * *'
79

810
permissions:
911
contents: read

src/env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
/// <reference path="../.astro/types.d.ts" />
12
/// <reference types="astro/client" />

0 commit comments

Comments
 (0)