-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds new font in
lucide-static
and speed up icon outlining (#1599)
* Apply new icon font build in release * remove dockerfile
- Loading branch information
1 parent
487d03f
commit 0a0fd1c
Showing
4 changed files
with
75 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,7 +149,6 @@ jobs: | |
if: github.repository == 'lucide-icons/lucide' | ||
runs-on: ubuntu-latest | ||
needs: pre-release | ||
container: ericfennis/lucide-font:latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
|
@@ -182,11 +181,11 @@ jobs: | |
- name: Outline svg Icons | ||
run: pnpm build:outline-icons | ||
|
||
- name: Create directory | ||
run: mkdir lucide-font | ||
- name: Install dependencies | ||
run: pnpm install --filter build-font | ||
|
||
- name: Build font | ||
run: fontcustom compile "./outlined" -h -n "lucide" -o ./lucide-font -F | ||
- name: Create font in ./lucide-font | ||
run: pnpm build:font | ||
|
||
- name: "Upload to Artifacts" | ||
uses: actions/upload-artifact@v1 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.