Skip to content

Commit

Permalink
feat: deploy new ver everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Aug 21, 2024
1 parent 1690fa2 commit 41cdafd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [main]
workflow_dispatch:
schedule:
- cron: '0 8 * * *'

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit 41cdafd

Please sign in to comment.