Skip to content

Commit 605202f

Browse files
committed
[Minor] Add rsync to docbuild
1 parent e30ae5c commit 605202f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
#timeout 7m bash -ic "MUJOCO_GL=egl sphinx-build ./source _local_build" || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
7676
PYOPENGL_PLATFORM=egl MUJOCO_GL=egl sphinx-build ./source _local_build
7777
cd ..
78+
- name: Install rsync 📚
79+
run: |
80+
apt-get update && apt-get install -y rsync
7881
- name: Pull TensorDict docs
7982
run: |
8083
git clone --branch gh-pages https://github.com/pytorch-labs/tensordict.git docs/_local_build/tensordict

0 commit comments

Comments
 (0)