diff options
| author | QMK Bot | 2024-09-27 21:39:02 +0200 |
|---|---|---|
| committer | QMK Bot | 2024-09-27 21:39:02 +0200 |
| commit | c7fec10bd7b604c8a35317a5f7ae1156f3ff871d (patch) | |
| tree | 468353376d4bf341fa1c159527120217a93bf8ca | |
| parent | 928b5fdf50595071a5f2938421a0f771e00ace74 (diff) | |
| parent | 17fac880bf26d36bde6456d283b7db08c131a0c8 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -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 338b983d78..616457604e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -56,7 +56,7 @@ jobs: - name: Deploy if: ${{ github.event_name == 'push' && github.repository == 'qmk/qmk_firmware' }} - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.6 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages |