Skip to content

Commit 6c26293

Browse files
JoeMattclaude
andcommitted
chore: remove redundant generate-versioned-ipas step in site-audit.yml
Same as deploy.yml — npm run build already triggers the prebuild script, so the explicit step was running it twice. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0cfffc0 commit 6c26293

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/site-audit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
- name: Install dependencies
4343
run: npm ci
4444

45-
- name: Generate versioned IPAs
46-
run: node scripts/generate-versioned-ipas.js
47-
4845
- name: Build site
4946
run: npm run build
5047

0 commit comments

Comments
 (0)