Browse Source

add rsync to the api update process

Zach White 4 years ago
parent
commit
6b1ae7e6aa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/api.yml

+ 4 - 0
.github/workflows/api.yml

@@ -22,6 +22,10 @@ jobs:
     - name: Generate API Data
     - name: Generate API Data
       run: qmk generate-api
       run: qmk generate-api
 
 
+    - name: Install rsync
+      run: |
+        apt-get update && apt-get install -y rsync
+
     - name: Upload API Data
     - name: Upload API Data
       uses: JamesIves/github-pages-deploy-action@3.7.1
       uses: JamesIves/github-pages-deploy-action@3.7.1
       with:
       with: