Skip to content

Commit b33b103

Browse files
authored
Zip up the Material src and deploy it to cloudflare (#9516)
1 parent 5da71fa commit b33b103

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/material.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ jobs:
102102
with:
103103
name: apk_gallery
104104
path: ui-libraries/material/docs/dist/apk
105+
- name: prepare zip archive
106+
working-directory: ui-libraries/material
107+
run: |
108+
mkdir -p material-1.0
109+
cp -a src material-1.0
110+
- name: zip up material library
111+
working-directory: ui-libraries/material
112+
run: |
113+
mkdir -p docs/dist/zip
114+
zip -r docs/dist/zip/material-1.0.zip material-1.0
105115
- name: Deploy
106116
uses: cloudflare/wrangler-action@v3
107117
with:

ui-libraries/material/docs/src/components/widgets/Announcement.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
class="dark:bg-slate-700 bg-white/40 dark:text-slate-300 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block"
1010
>NEW</span
1111
>
12-
<a href="https://slint.dev/blog/material-comp-1.0" class="text-muted hover:underline dark:text-slate-400 font-medium"
13-
>Material 3 Components 1.0 Announcement »</a>
12+
<!-- <a href="https://slint.dev/blog/material-comp-1.0" class="text-muted hover:underline dark:text-slate-400 font-medium"
13+
>Material 3 Components 1.0 Announcement »</a> -->
1414
</div>

0 commit comments

Comments
 (0)