File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 id : fix_slashes
3333 run : |
3434 export container_name=$(echo ${{ env.CONTAINER_NAME }} | sed 's|/|_|g')
35- echo ::set-output name= container_name:: $container_name
35+ echo " container_name= $container_name" >> $GITHUB_OUTPUT
3636
3737 - name : Log in to the Container registry
3838 uses : docker/login-action@v2
Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ CLI Documentation
167167Contributor Documentation
168168--------------------------------
169169* :ref: `system_overview `
170- * :ref: `_dynamo_converters `
170+ * :ref: `dynamo_converters `
171171* :ref: `writing_dynamo_aten_lowering_passes `
172- * :ref: `_ts_converters `
172+ * :ref: `ts_converters `
173173* :ref: `useful_links `
174174
175175.. toctree ::
You can’t perform that action at this time.
0 commit comments