Skip to content

Commit 62f57be

Browse files
committed
Add install rsync
1 parent e73bd8b commit 62f57be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gen-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
- name: Install rsync 📚
22+
run: |
23+
apt-get update && apt-get install -y rsync bc
2124
- name: Build
2225
env:
2326
DOCC: docc

0 commit comments

Comments
 (0)