diff options
| author | QMK Bot | 2025-02-20 15:07:54 +0100 |
|---|---|---|
| committer | QMK Bot | 2025-02-20 15:07:54 +0100 |
| commit | 2f27b3dc78ee41f2372477af129aaab934497d2f (patch) | |
| tree | 4f0341220395b0156f1ed4abe47f80189eb6e36c | |
| parent | c592e105904b48bf3caa91c37fe1e637f85a8ec7 (diff) | |
| parent | 6d0e5728aa61b442885d48caf49d29e5c60e8197 (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 edce1a6e5c..34319675bf 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.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages |