File tree Expand file tree Collapse file tree
keyboards/bastardkb/charybdis/4x6/keymaps/traxmaxx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ name: Build QMK firmware
33on : [push, workflow_dispatch]
44
55permissions :
6- contents : write
6+ contents : write
77
88jobs :
9- build :
10- name : ' QMK Userspace Build'
11- uses : qmk/.github/.github/workflows/qmk_userspace_build.yml@main
12- with :
13- qmk_repo : vial-kb/vial-qmk
14- qmk_ref : vial
15- preparation_command : " cp -rf keyboards/* qmk_firmware/keyboards/"
9+ build :
10+ name : " QMK Userspace Build"
11+ uses : qmk/.github/.github/workflows/qmk_userspace_build.yml@main
12+ with :
13+ qmk_repo : vial-kb/vial-qmk
14+ qmk_ref : vial
15+ preparation_command : " cp -rf keyboards/* qmk_firmware/keyboards/ && cp -rf modules/drashna/* qmk_firmware/modules /"
1616
17- publish :
18- name : ' QMK Userspace Publish'
19- uses : qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
20- if : always() && !cancelled()
21- needs : build
17+ publish :
18+ name : " QMK Userspace Publish"
19+ uses : qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
20+ if : always() && !cancelled()
21+ needs : build
Original file line number Diff line number Diff line change 1+ [submodule "modules/drashna "]
2+ path = modules/drashna
3+ url = https://github.com/drashna/qmk_modules.git
You can’t perform that action at this time.
0 commit comments