ソースを参照

[ci]Update GitHub Actions

dufu1991 1 年間 前
コミット
a34fa1c74c
1 ファイル変更5 行追加2 行削除
  1. 5 2
      .github/workflows/releases-site.yml

+ 5 - 2
.github/workflows/releases-site.yml

@@ -39,9 +39,12 @@ jobs:
             - name: Install clean-css-cli
               run: npm install clean-css-cli -g
 
-            - name: Build stdf and rollup-plugin-md-ts
+            - name: Build rollup-plugin-stdf-icon and stdf and rollup-plugin-md-ts
               run: |
-                  cd packages/stdf
+                  cd packages/rollup-plugin-stdf-icon
+                  npm i
+                  npm run build
+                  cd ../stdf
                   npm i
                   npm run package
                   cd ../rollup-plugin-md-ts