File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
ui-libraries/material/docs/src/components/widgets Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,16 @@ jobs:
102
102
with :
103
103
name : apk_gallery
104
104
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
105
115
- name : Deploy
106
116
uses : cloudflare/wrangler-action@v3
107
117
with :
Original file line number Diff line number Diff line change 9
9
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"
10
10
>NEW</span
11
11
>
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> -->
14
14
</div >
You can’t perform that action at this time.
0 commit comments