diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b41bc17..84a5351 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,9 +22,8 @@ jobs: - name: Deploy if: ${{ github.event_name != 'pull_request' }} - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4 with: - branch: gh-pages folder: dist git-config-name: QMK Bot git-config-email: hello@qmk.fm