From e2ba60a1a64eb6be56a4aaaf7e4a7622958b577c Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sat, 27 Sep 2025 02:07:53 +0300 Subject: [PATCH 1/3] feat: support animations in static export From ecbf1b34d2a61c5e6c59be93b8d850eefcbfefb5 Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sat, 27 Sep 2025 02:12:02 +0300 Subject: [PATCH 2/3] Trigger rebuild From 364f93981c2d9fc1afbebc17829a99a13b45b5bb Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sat, 27 Sep 2025 02:29:05 +0300 Subject: [PATCH 3/3] Enable animations in static export --- .github/workflows/cli-r2-static.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cli-r2-static.yaml b/.github/workflows/cli-r2-static.yaml index d21ecd265bc4..4e04f22fb089 100644 --- a/.github/workflows/cli-r2-static.yaml +++ b/.github/workflows/cli-r2-static.yaml @@ -30,7 +30,10 @@ jobs: with: ref: ${{ github.sha }} # HEAD commit instead of merge commit - # Do not checkout submodules, they are not needed for this workflow + # We need submodules here as this is used for the cloudflare build + - uses: ./.github/actions/submodules-checkout + with: + submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }} - uses: pnpm/action-setup@v4