Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefranco committed Apr 10, 2024
1 parent 5d73813 commit 537d801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- "config/*.keymap"
- "keymap_drawer.config.yaml"
# - 'boards/*/*/*.keymap'

jobs:
draw:
Expand All @@ -16,5 +15,6 @@ jobs:
keymap_patterns: "config/*.keymap" # path to the keymaps to parse
config_path: "keymap_drawer.config.yaml" # config file, ignored if not exists
output_folder: "keymap-drawer" # path to save produced SVG and keymap YAML files
draw_args: "anglerfish: '-j config/info.json'"
parse_args: "anglerfish: '-j config/info.json'"
install_branch: main
ammend_commit: true
draw_args: "anglerfish:'`--ortho-layout {split: true, rows: 3, columns: 5, thumbs: 3}`'"

0 comments on commit 537d801

Please sign in to comment.