diff options
author | Zach White <skullydazed@gmail.com> | 2020-10-27 10:40:33 -0700 |
---|---|---|
committer | Zach White <skullydazed@drpepper.org> | 2020-10-27 10:48:55 -0700 |
commit | 6b1ae7e6aa7180b00759b5692d2ea5bd0303c566 (patch) | |
tree | b81911e968e577e22a4c769978cf6e4d8fc6e090 | |
parent | a602ef75fba2a7c6df932d049d9f89856bafe6c1 (diff) | |
download | qmk_firmware-6b1ae7e6aa7180b00759b5692d2ea5bd0303c566.tar.gz qmk_firmware-6b1ae7e6aa7180b00759b5692d2ea5bd0303c566.zip |
add rsync to the api update process
-rw-r--r-- | .github/workflows/api.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 7a7bf75d0..2d09089b6 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml | |||
@@ -22,6 +22,10 @@ jobs: | |||
22 | - name: Generate API Data | 22 | - name: Generate API Data |
23 | run: qmk generate-api | 23 | run: qmk generate-api |
24 | 24 | ||
25 | - name: Install rsync | ||
26 | run: | | ||
27 | apt-get update && apt-get install -y rsync | ||
28 | |||
25 | - name: Upload API Data | 29 | - name: Upload API Data |
26 | uses: JamesIves/github-pages-deploy-action@3.7.1 | 30 | uses: JamesIves/github-pages-deploy-action@3.7.1 |
27 | with: | 31 | with: |