Skip to content

Commit

Permalink
fixup! refactor(ci): use flake to draw SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Mar 26, 2024
1 parent f9ef6c8 commit 4c6e23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[Draw] ${{ github.event.head_commit.message || '(Manually triggered)' }}"
file_pattern: ${{ env.output_folder }}/*.svg ${{ env.output_folder }}/*.yaml
file_pattern: img/*.svg img/*.yaml

2 changes: 1 addition & 1 deletion drawer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in {
do
name="$(basename --suffix=".keymap" "$file")"
config="$out/$name.yaml"
echo "Found keymap $name"
echo "Found $name keymap"
echo "- Parsing keymap-drawer"
$cmd parse --zmk-keymap "$file" > "$config"
Expand Down

0 comments on commit 4c6e23b

Please sign in to comment.