We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93eb7 commit db5e0c0Copy full SHA for db5e0c0
.github/workflows/deploy.yaml
@@ -42,13 +42,12 @@ jobs:
42
key: ${{ runner.os }}-turbo-${{ github.sha }}
43
restore-keys: |
44
${{ runner.os }}-turbo-
45
- enableCrossOsArchive: true
46
- name: 📦 Install dependencies
47
run: bun --bun install --frozen-lockfile
48
env:
49
SHARP_IGNORE_GLOBAL_LIBVIPS: 1
50
- name: 🌐 Disable analytics
51
- run: turbo telemetry disable
+ run: bun --bun run turbo telemetry disable
52
- name: 🔨 Build
53
run: bun --bun run turbo build
54
- name: 📃 Setup Pages
0 commit comments