Revert "Trigger develop docs rebuild on push" (#25862)
Revert "Trigger develop docs rebuild on push (#25860)"
This reverts commit a86322e4a7.
This commit is contained in:
parent
a86322e4a7
commit
c8f6e6a936
1 changed files with 0 additions and 13 deletions
13
.github/workflows/docs.yml
vendored
13
.github/workflows/docs.yml
vendored
|
|
@ -63,16 +63,3 @@ jobs:
|
||||||
folder: .build/docs
|
folder: .build/docs
|
||||||
git-config-name: QMK Bot
|
git-config-name: QMK Bot
|
||||||
git-config-email: hello@qmk.fm
|
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',
|
|
||||||
})
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue