Skip to content

Commit

Permalink
chore: Update production workflow to include scheduled builds (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC authored May 14, 2024
1 parent 1843a09 commit 4005a4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Build Production

on:
schedule:
- cron: '0 0 * * 1'
push:
paths-ignore:
- '.github/workflows/preview.yml'
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile && node scripts/bootstrap.mjs
run: pnpm install --no-frozen-lockfile && node scripts/bootstrap.mjs

- name: Build site
env:
Expand Down

0 comments on commit 4005a4e

Please sign in to comment.