diff options
| -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: |
