fix(web): shadcnui updater

This commit is contained in:
Collin Barrett 2025-06-15 14:48:56 -05:00 committed by Collin Barrett
parent e7dc01b77e
commit 832998a209

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: "0 21 * * 5" # Fridays at 4pm Memphis (America/Chicago)
- cron: "45 19 * * 0" # TEMP: Sundays at 2:45pm Memphis (America/Chicago)
- cron: "55 19 * * 0" # TEMP: Sundays at 2:55pm Memphis (America/Chicago)
permissions:
contents: write
@ -24,8 +24,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: npm
- name: Install dependencies
run: npm install