diff options
| author | Nick Winans <nick@winans.codes> | 2021-01-29 21:03:53 -0600 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-29 22:09:22 -0500 |
| commit | cba85d400d33fd08e4a5750ad1a944283078c037 (patch) | |
| tree | aa2128ecc510128abc74521079213a7eacecfc5d | |
| parent | 1adb2d5f846c499ca557fc85f565f656fed4e1e0 (diff) | |
fix(docs): Only show push workflow builds in link
| -rw-r--r-- | docs/docs/troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 23403ee..5eccb7c 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -54,7 +54,7 @@ Since then, a much simpler procedure of performing a bluetooth reset for split k **New Procedure:** -1. [Open the GitHub `Actions` tab and select the `Build` workflow](https://github.com/zmkfirmware/zmk/actions?query=workflow%3ABuild+branch%3Amain). +1. [Open the GitHub `Actions` tab and select the `Build` workflow](https://github.com/zmkfirmware/zmk/actions?query=workflow%3ABuild+branch%3Amain+event%3Apush). 1. Select the top 'result' on that page. 1. From the next page under "Artifacts", download the `$boardname-settings_reset-zmk` zip file. 1. Unzip the downloaded file. |
