From 6b1ae7e6aa7180b00759b5692d2ea5bd0303c566 Mon Sep 17 00:00:00 2001 From: Zach White Date: Tue, 27 Oct 2020 10:40:33 -0700 Subject: add rsync to the api update process --- .github/workflows/api.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') 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: -- cgit v1.2.3