diff options
| author | Joel Challis <git@zvecr.com> | 2025-12-08 22:55:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-08 22:55:58 +0000 |
| commit | c8f6e6a936d4c041b0ca01b83f632016ff86ea39 (patch) | |
| tree | 187dda8b41808ca7835ae419953140049ba3f2f5 | |
| parent | a86322e4a7747500b25cdc57438c2ae06473760e (diff) | |
Revert "Trigger develop docs rebuild on push" (#25862)
Revert "Trigger develop docs rebuild on push (#25860)"
This reverts commit a86322e4a7747500b25cdc57438c2ae06473760e.
| -rw-r--r-- | .github/workflows/docs.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d3b032248f..20a1372f26 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml | |||
| @@ -63,16 +63,3 @@ jobs: | |||
| 63 | folder: .build/docs | 63 | folder: .build/docs |
| 64 | git-config-name: QMK Bot | 64 | git-config-name: QMK Bot |
| 65 | git-config-email: hello@qmk.fm | 65 | git-config-email: hello@qmk.fm |
| 66 | |||
| 67 | - name: Deploy Develop | ||
| 68 | if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' && github.repository == 'qmk/qmk_firmware' }} | ||
| 69 | uses: actions/github-script@v6 | ||
| 70 | with: | ||
| 71 | github-token: ${{ secrets.QMK_BOT_TOKEN }} | ||
| 72 | script: | | ||
| 73 | const result = await github.rest.actions.createWorkflowDispatch({ | ||
| 74 | owner: 'qmk', | ||
| 75 | repo: 'qmk_docs_devel', | ||
| 76 | workflow_id: 'develop.yml', | ||
| 77 | ref: 'main', | ||
| 78 | }) | ||
