mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Fix code-size CI: use deploy script that exists on both branches
The compressed-size-action checks out master and runs the build script. Master doesn't have a root "build" script, so revert to using "deploy" which exists on both branches. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
56e9a2a7bf
commit
fb30ef5c50
2 changed files with 2 additions and 3 deletions
2
.github/workflows/code-size.yml
vendored
2
.github/workflows/code-size.yml
vendored
|
|
@ -22,5 +22,5 @@ jobs:
|
|||
- uses: preactjs/compressed-size-action@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
build-script: "build"
|
||||
build-script: "deploy"
|
||||
pattern: "./packages/webamp/built/*bundle.min.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue