From 14f06b133c05ab0f08ee6075bbac382f83fafa52 Mon Sep 17 00:00:00 2001 From: waffle87 <0x6a73@protonmail.com> Date: Tue, 6 Jun 2023 05:19:18 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@43ce7b0df5dca3b0b9d2d87f91a2dea936250d0e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newbs_building_firmware_workflow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newbs_building_firmware_workflow.md b/newbs_building_firmware_workflow.md index 51ce3049013..e0cfdc77dfa 100644 --- a/newbs_building_firmware_workflow.md +++ b/newbs_building_firmware_workflow.md @@ -85,6 +85,8 @@ Visit the [QMK Configurator](https://config.qmk.fm/#/) to create a keymap file: 3. Customise the key layout according to your preference. 4. Select download next to **KEYMAP.JSON** and save the JSON file into the `~/qmk_keymap/` folder. +!> **Important:** Make sure that the GitHub username you use in step 2 is correct. If it is not, the build process will fail to locate your files in the right folder. + ### Add a GitHub Action workflow Open the file `~/qmk_keymap/.github/workflows/build.yml` with your favorite [text editor](newbs_learn_more_resources.md#text-editor-resources), paste the following workflow content, and save it: