We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1690fa2 commit 41cdafdCopy full SHA for 41cdafd
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches: [main]
6
workflow_dispatch:
7
+ schedule:
8
+ - cron: '0 8 * * *'
9
10
permissions:
11
contents: read
src/env.d.ts
@@ -1 +1,2 @@
1
+/// <reference path="../.astro/types.d.ts" />
2
/// <reference types="astro/client" />
0 commit comments