We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9feb800 commit f28aee3Copy full SHA for f28aee3
.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
@@ -166,9 +166,9 @@ CLI Documentation
166
Contributor Documentation
167
--------------------------------
168
* :ref:`system_overview`
169
-* :ref:`_dynamo_converters`
+* :ref:`dynamo_converters`
170
* :ref:`writing_dynamo_aten_lowering_passes`
171
-* :ref:`_ts_converters`
+* :ref:`ts_converters`
172
* :ref:`useful_links`
173
174
.. toctree::
0 commit comments