瀏覽代碼

add rsync to the api update process

Zach White 4 年之前
父節點
當前提交
6b1ae7e6aa
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/api.yml

+ 4 - 0
.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: