From 061e95b5dcdc64bfa98478fd7c1972bf2e8ea3f9 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 31 Jul 2024 01:33:36 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a65d125..2cd1acab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: - run: npm install - run: npm run checked - - run: npm run coverage - run: npm run example - run: npm run example:templates + - run: npm run coverage - run: cp -rf test/example/dist coverage/example - run: cp -rf test/templates/dist coverage/templates diff --git a/README.md b/README.md index 9e543fe9..e95702d8 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font, Generator of fo ```bash ╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮ ┆ Project ┆ - ┆ ┆ -╭┈┈┈┈┈┈┈┈╮ ┆ ╭┈┈┈┈┈┈┈┈┈┈┈╮ ┆ -┆iconfont┆┈┈╮ ┆ ┆ svg ┆┈┈╮ ┆ -╰┈┈┈┈┈┈┈┈╯ ┆ ╭┈┈┈┈┈┈┈┈┈┈┈┈╮ ┆ ╰┈┈┈┈┈┈┈┈┈┈┈╯ ┆ ┆ - ├┈▶┆download svg┆┈┈▶┆ ╭┈┈┈┈┈┈┈┈┈┈┈╮ ┆ ┆ + ┆ ╭┈┈┈┈┈┈┈┈┈┈┈╮ ┆ +╭┈┈┈┈┈┈┈┈╮ ┆ ┆ svg ┆┈┈╮ ┆ +┆iconfont┆┈┈╮ ┆ ╰┈┈┈┈┈┈┈┈┈┈┈╯ ┆ ┆ +╰┈┈┈┈┈┈┈┈╯ ┆ ╭┈┈┈┈┈┈┈┈┈┈┈┈╮ ┆ ╭┈┈┈┈┈┈┈┈┈┈┈╮ ┆ ┆ + ├┈▶┆download svg┆┈┈▶┆ ┆┈svgtofont┈┆ ┆ ┆ ╭┈┈┈┈┈┈┈┈╮ ┆ ╰┈┈┈┈┈┈┈┈┈┈┈┈╯ ┆╭┈┈┆create font┆◀┈╯ ┆ ┆icomoon ┆┈┈╯ ┆┆ ╰┈┈┈┈┈┈┈┈┈┈┈╯ ┆ ╰┈┈┈┈┈┈┈┈╯ ┆┆ ╭┈┈┈┈┈┈┈┈┈┈┈╮ ┆ @@ -66,7 +66,7 @@ graph LR; click E "https://yesicon.app/" "216,162 High-Quality Vector Icons from Top Design Teams." _blank C .-> ide1 subgraph ide1 [Project] - svg -->a2[create font] + svg -->a2[svgtofont\ncreate font] a2 .-> b3[use font] end ```