Skip to content

Commit 4005a4e

Browse files
authored
chore: Update production workflow to include scheduled builds (#58)
1 parent 1843a09 commit 4005a4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/production.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: Build Production
55

66
on:
7+
schedule:
8+
- cron: '0 0 * * 1'
79
push:
810
paths-ignore:
911
- '.github/workflows/preview.yml'
@@ -40,7 +42,7 @@ jobs:
4042
cache: 'pnpm'
4143

4244
- name: Install dependencies
43-
run: pnpm install --no-frozen-lockfile && node scripts/bootstrap.mjs
45+
run: pnpm install --no-frozen-lockfile && node scripts/bootstrap.mjs
4446

4547
- name: Build site
4648
env:

0 commit comments

Comments
 (0)