summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2020-10-27 10:40:33 -0700
committerZach White <skullydazed@drpepper.org>2020-10-27 10:48:55 -0700
commit6b1ae7e6aa7180b00759b5692d2ea5bd0303c566 (patch)
treeb81911e968e577e22a4c769978cf6e4d8fc6e090
parenta602ef75fba2a7c6df932d049d9f89856bafe6c1 (diff)
add rsync to the api update process0.10.46
-rw-r--r--.github/workflows/api.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml
index 7a7bf75d01..2d09089b65 100644
--- a/.github/workflows/api.yml
+++ b/.github/workflows/api.yml
@@ -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: