qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit c8f6e6a936d4c041b0ca01b83f632016ff86ea39
parent a86322e4a7747500b25cdc57438c2ae06473760e
Author: Joel Challis <git@zvecr.com>
Date:   Mon,  8 Dec 2025 22:55:58 +0000

Revert "Trigger develop docs rebuild on push" (#25862)

Revert "Trigger develop docs rebuild on push (#25860)"

This reverts commit a86322e4a7747500b25cdc57438c2ae06473760e.
Diffstat:
M.github/workflows/docs.yml | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml @@ -63,16 +63,3 @@ jobs: folder: .build/docs git-config-name: QMK Bot git-config-email: hello@qmk.fm - - - name: Deploy Develop - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' && github.repository == 'qmk/qmk_firmware' }} - uses: actions/github-script@v6 - with: - github-token: ${{ secrets.QMK_BOT_TOKEN }} - script: | - const result = await github.rest.actions.createWorkflowDispatch({ - owner: 'qmk', - repo: 'qmk_docs_devel', - workflow_id: 'develop.yml', - ref: 'main', - })