Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuxy committed Oct 11, 2024
1 parent 5d3e7e6 commit 23361af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
pipx install keymap-drawer
- name: Generate keymap
run: |
pipx run keymap -c 12 -q keyboards/crkbd/keymap.json > pre-draw-phase.yml
pipx run keymap draw pre-draw-phase.yml > layout.svg
keymap -c 12 -q keyboards/crkbd/keymap.json > pre-draw-phase.yml
keymap draw pre-draw-phase.yml > layout.svg
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 23361af

Please sign in to comment.