add rsync to the api update process

This commit is contained in:
Zach White 2020-10-27 10:40:33 -07:00 committed by Zach White
parent a602ef75fb
commit 6b1ae7e6aa
1 changed files with 4 additions and 0 deletions

View File

@ -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: