Skip to content

Commit

Permalink
Adds new font in lucide-static and speed up icon outlining (#1599)
Browse files Browse the repository at this point in the history
* Apply new icon font build in release

* remove dockerfile
  • Loading branch information
ericfennis authored Oct 16, 2023
1 parent 487d03f commit 0a0fd1c
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 67 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
110 changes: 70 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a0fd1c

Please sign in to comment.