~ruther/qmk_firmware

6b1ae7e6aa7180b00759b5692d2ea5bd0303c566 — Zach White 4 years ago a602ef7
add rsync to the api update process
1 files changed, 4 insertions(+), 0 deletions(-)

M .github/workflows/api.yml
M .github/workflows/api.yml => .github/workflows/api.yml +4 -0
@@ 22,6 22,10 @@ jobs:
    - name: Generate API Data
      run: qmk generate-api

    - name: Install rsync
      run: |
        apt-get update && apt-get install -y rsync

    - name: Upload API Data
      uses: JamesIves/github-pages-deploy-action@3.7.1
      with: