소스 검색

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: