Skip to content

Commit

Permalink
fix: Docs rendering on PyTorch site
Browse files Browse the repository at this point in the history
- Update syntax in Docker build
  • Loading branch information
gs-olive committed Nov 7, 2023
1 parent 3e93da0 commit aabb30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 'Torch-TensorRT Docker Build'

# Apply workflow only to main branch
on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -32,7 +33,7 @@ jobs:
id: fix_slashes
run: |
export container_name=$(echo ${{ env.CONTAINER_NAME }} | sed 's|/|_|g')
echo ::set-output name=container_name::$container_name
echo "container_name=$container_name" >> $GITHUB_OUTPUT
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down
4 changes: 2 additions & 2 deletions docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ CLI Documentation
Contributor Documentation
--------------------------------
* :ref:`system_overview`
* :ref:`_dynamo_converters`
* :ref:`dynamo_converters`
* :ref:`writing_dynamo_aten_lowering_passes`
* :ref:`_ts_converters`
* :ref:`ts_converters`
* :ref:`useful_links`

.. toctree::
Expand Down

0 comments on commit aabb30d

Please sign in to comment.