From 7497a9e1a44773fadbce31a0bdf1eaecc9736d9a Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 1 Sep 2026 12:50:47 +0800 Subject: [PATCH] chore(workflow): change librarybot schedule from monthly to quarterly --- .github/workflows/librarybot.yml | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/librarybot.yml b/.github/workflows/librarybot.yml index a2deab47..436e5854 100644 --- a/.github/workflows/librarybot.yml +++ b/.github/workflows/librarybot.yml @@ -1,7 +1,7 @@ name: Update libraries from npm on: schedule: - - cron: '0 0 1 * *' + - cron: '0 0 1 */3 *' workflow_dispatch: env: CONFIG_PATH: ./assets/lib/librarybot.yml diff --git a/CLAUDE.md b/CLAUDE.md index 9918e7d2..1b72c8da 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -92,7 +92,7 @@ Hugo Pipes processes all assets. The key orchestration is in `_partials/base/ass - **CSS**: `scss/main.scss` is the entry point importing `core/`, `pages/`, `widgets/`, `custom`. SCSS variables are configured via `hugo:vars` (user-configurable from `[params.appearance]`) and `hugo:vars/internal` (theme system config). UnoCSS utility classes are pre-built to `assets/css/unocss.css` (via `pnpm unocss`), loaded before the main SCSS bundle. - **JS**: `_partials/function/js-build.html` wraps `js.Build` with minify-in-production defaults. Hugo's `@params` injection passes config values into TypeScript at build time. -- **Third-party libraries**: Stored in `assets/lib/` (vendored, not npm-managed). Tracked by `librarybot.yml` and updated monthly by the `hugo-fixit/librarybot` GitHub Action. Can be overridden via CDN config in `assets/data/cdn/jsdelivr.yml` or `unpkg.yml`. +- **Third-party libraries**: Stored in `assets/lib/` (vendored, not npm-managed). Tracked by `librarybot.yml` and updated quarterly by the `hugo-fixit/librarybot` GitHub Action. Can be overridden via CDN config in `assets/data/cdn/jsdelivr.yml` or `unpkg.yml`. ### Theme Configuration