Skip to content

Commit

Permalink
docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Jan 13, 2025
1 parent d26493c commit cc2ad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-t open3d-ci:docs -f docker/Dockerfile.docs .
docker run -v "${GITHUB_WORKSPACE}:/opt/mount" --rm open3d-ci:docs \
bash -c "cp /root/open3d/open3d-*-docs.tar.* /opt/mount \
bash -c "cp /root/Open3D/open3d-*-docs.tar.* /opt/mount \
&& chown $(id -u):$(id -g) /opt/mount/open3d-*-docs.tar.*"
- name: Upload docs
Expand Down

0 comments on commit cc2ad95

Please sign in to comment.