Highlight components in ICU Book

This commit is contained in:
Fedor Indutny
2025-03-26 13:23:53 -07:00
committed by GitHub
parent 87236c940f
commit 6c5047ba3e
6 changed files with 73 additions and 40 deletions

View File

@@ -52,7 +52,16 @@ jobs:
ARTIFACTS_DIR: stories/data
- run: pnpm run build:esbuild
- run: node ts/scripts/compile-stories-icu-lookup.js stories
- name: Upload artifacts
- name: Upload test artifacts
if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: desktop-test-icu
path: stories
- name: Upload release artifacts
if: github.event_name != 'workflow_dispatch'
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: desktop-${{ github.ref_name }}-icu