We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e93da0 commit 53a0802Copy full SHA for 53a0802
.github/workflows/docker_builder.yml
@@ -32,7 +32,7 @@ jobs:
32
id: fix_slashes
33
run: |
34
export container_name=$(echo ${{ env.CONTAINER_NAME }} | sed 's|/|_|g')
35
- echo ::set-output name=container_name::$container_name
+ echo "container_name=$container_name" >> $GITHUB_OUTPUT
36
37
- name: Log in to the Container registry
38
uses: docker/login-action@v2
docsrc/index.rst
@@ -167,9 +167,9 @@ CLI Documentation
167
Contributor Documentation
168
--------------------------------
169
* :ref:`system_overview`
170
-* :ref:`_dynamo_converters`
+* :ref:`dynamo_converters`
171
* :ref:`writing_dynamo_aten_lowering_passes`
172
-* :ref:`_ts_converters`
+* :ref:`ts_converters`
173
* :ref:`useful_links`
174
175
.. toctree::
0 commit comments