Skip to content

Commit 364f939

Browse files
committed
Enable animations in static export
1 parent ecbf1b3 commit 364f939

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)