diff --git a/CHANGELOG.md b/CHANGELOG.md index 969b6a6..b541e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Features -* ✨ add Sentry telemetry ([#120](https://github.com/theholocron/cli-template/issues/120)) ([9e1affe](https://github.com/theholocron/cli-template/commit/9e1affe0f1d6931463a5bb33ad632ba914469ebc)) +- ✨ add Sentry telemetry ([#120](https://github.com/theholocron/cli-template/issues/120)) ([9e1affe](https://github.com/theholocron/cli-template/commit/9e1affe0f1d6931463a5bb33ad632ba914469ebc)) ## [1.1.1](https://github.com/theholocron/cli-template/compare/v1.1.0...v1.1.1) (2026-08-12) diff --git a/holocron.config.ts b/holocron.config.ts index 67e621f..1144931 100644 --- a/holocron.config.ts +++ b/holocron.config.ts @@ -25,11 +25,7 @@ export default defineConfig({ "audit", { name: "test", with: { "run-unit": true } }, { name: "release", with: { "run-build": true } }, - { - name: "deploy-docs", - with: { name: "cli-template", "use-turbo": false }, - paths: ["docs/**"], - }, + { name: "deploy", with: { docs: true } }, ], providers: { ...providers,