From 630464d9429b38ce84535636db98d464b761a360 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 13 Aug 2026 11:21:24 -0700 Subject: [PATCH] chore: sync from theholocron/holocron Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/deploy.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..28828df --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,25 @@ +# AUTO-GENERATED — do not edit directly. +# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts +# Tool: holocron sync-github +# Changes: edit source in theholocron/holocron and push to alpha or main. +name: Deploy + +on: # yamllint disable-line rule:truthy + push: + branches: [main] + workflow_dispatch: + +concurrency: + group: pages + cancel-in-progress: false + +permissions: + contents: read + pages: write + id-token: write + +jobs: + deploy: + name: Deploy + uses: theholocron/.github/.github/workflows/deploy.yml@main + secrets: inherit