We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30ae5c commit 605202fCopy full SHA for 605202f
.github/workflows/docs.yml
@@ -75,6 +75,9 @@ jobs:
75
#timeout 7m bash -ic "MUJOCO_GL=egl sphinx-build ./source _local_build" || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
76
PYOPENGL_PLATFORM=egl MUJOCO_GL=egl sphinx-build ./source _local_build
77
cd ..
78
+ - name: Install rsync 📚
79
+ run: |
80
+ apt-get update && apt-get install -y rsync
81
- name: Pull TensorDict docs
82
run: |
83
git clone --branch gh-pages https://github.com/pytorch-labs/tensordict.git docs/_local_build/tensordict
0 commit comments