Skip to content

Commit 021c62e

Browse files
authored
feat: support animations in static export (#5411)
This enables building private animation library with static websites and user clicks download button.
1 parent a202648 commit 021c62e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cli-r2-static.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
with:
3131
ref: ${{ github.sha }} # HEAD commit instead of merge commit
3232

33-
# Do not checkout submodules, they are not needed for this workflow
33+
# We need submodules here as this is used for the cloudflare build
34+
- uses: ./.github/actions/submodules-checkout
35+
with:
36+
submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
3437

3538
- uses: pnpm/action-setup@v4
3639

0 commit comments

Comments
 (0)