fix: remove labels and use display-name for layer names #432
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
name: "Draw Keymaps" | |
permissions: write-all | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- "config/*" | |
jobs: | |
draw: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hustcer/[email protected] | |
with: | |
version: "0.90.1" | |
- uses: actions/checkout@v4 | |
- run: pip install keymap-drawer | |
- run: nu config/diagrams/update.nu | |
- uses: stefanzweifel/git-auto-commit-action@v4 | |
with: | |
file_pattern: "*.svg" | |
commit_message: "chore: update diagrams" | |