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 5b196c9 commit 4f97555Copy full SHA for 4f97555
.changeset/empty-peaches-tan.md
@@ -0,0 +1,5 @@
1
+---
2
+"openscript-ch-website": patch
3
4
+
5
+Build sprite on deployment
.github/workflows/deploy.yaml
@@ -52,6 +52,10 @@ jobs:
52
run: pnpm install --frozen-lockfile
53
working-directory: ${{ env.BUILD_PATH }}
54
55
+ - name: Build sprite
56
+ run: pnpm build:sprite
57
+ working-directory: ${{ env.BUILD_PATH }}
58
59
- name: Build with Astro
60
run: |
61
pnpm astro build \
0 commit comments