Skip to content

Commit 4f97555

Browse files
committed
chore: build sprite on deployment
1 parent 5b196c9 commit 4f97555

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/empty-peaches-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openscript-ch-website": patch
3+
---
4+
5+
Build sprite on deployment

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
run: pnpm install --frozen-lockfile
5353
working-directory: ${{ env.BUILD_PATH }}
5454

55+
- name: Build sprite
56+
run: pnpm build:sprite
57+
working-directory: ${{ env.BUILD_PATH }}
58+
5559
- name: Build with Astro
5660
run: |
5761
pnpm astro build \

0 commit comments

Comments
 (0)