diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 42d377fe4a..e04bcd080b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml | |||
| @@ -56,7 +56,7 @@ jobs: | |||
| 56 | 56 | ||
| 57 | - name: Deploy | 57 | - name: Deploy |
| 58 | if: ${{ github.event_name == 'push' && github.repository == 'qmk/qmk_firmware' }} | 58 | if: ${{ github.event_name == 'push' && github.repository == 'qmk/qmk_firmware' }} |
| 59 | uses: JamesIves/github-pages-deploy-action@v4.6.8 | 59 | uses: JamesIves/github-pages-deploy-action@v4.6.9 |
| 60 | with: | 60 | with: |
| 61 | token: ${{ secrets.GITHUB_TOKEN }} | 61 | token: ${{ secrets.GITHUB_TOKEN }} |
| 62 | branch: gh-pages | 62 | branch: gh-pages |
