Skip to content

Commit

Permalink
docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed May 19, 2022
1 parent 5b55350 commit 9f7aa91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ jobs:
run: |
# build docs in docker image to get working trimesh env for docstrings
docker pull trimesh/trimesh:latest
docker run --rm -v `pwd`:/trimesh trimesh/trimesh:latest bash -c "python /trimesh/docker/builds/pandoc.py && cp -R /trimesh/models /trimesh/docs /trimesh/examples /trimesh/README.md /opt/trimesh/ && cd /opt/trimesh/docs && make"
docker run --rm -v `pwd`:/trimesh trimesh/trimesh:latest bash -c "python /trimesh/docker/builds/pandoc.py && cp -R /trimesh/models /trimesh/docs /trimesh/examples /trimesh/README.md /opt/trimesh/ && cd /opt/trimesh/docs && make && cp -R /opt/trimesh/docs/_build /trimesh/docs/"
- name: Deploy To Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: /opt/trimesh/docs/_build/html
publish_dir: ./docs/_build/html
force_orphan: true

containers:
Expand Down
2 changes: 1 addition & 1 deletion trimesh/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.12.2'
__version__ = '3.12.3'

0 comments on commit 9f7aa91

Please sign in to comment.