Skip to content

Commit

Permalink
[docs] testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Sep 22, 2024
1 parent 51895dc commit 48f2d98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
push:
branches:
- master
- sn32_develop
paths:
- 'builddefs/docsgen/**'
- 'tmk_core/**'
Expand Down Expand Up @@ -55,11 +55,9 @@ jobs:
qmk --verbose generate-docs
- name: Deploy
if: ${{ github.event_name == 'push' && github.repository == 'qmk/qmk_firmware' }}
if: ${{ github.event_name == 'push' && github.repository == 'SonixQMK/qmk_firmware' }}
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: .build/docs
git-config-name: QMK Bot
git-config-email: [email protected]

0 comments on commit 48f2d98

Please sign in to comment.