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 32
32
id : fix_slashes
33
33
run : |
34
34
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
36
36
37
37
- name : Log in to the Container registry
38
38
uses : docker/login-action@v2
Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ CLI Documentation
166
166
Contributor Documentation
167
167
--------------------------------
168
168
* :ref: `system_overview `
169
- * :ref: `_dynamo_converters `
169
+ * :ref: `dynamo_converters `
170
170
* :ref: `writing_dynamo_aten_lowering_passes `
171
- * :ref: `_ts_converters `
171
+ * :ref: `ts_converters `
172
172
* :ref: `useful_links `
173
173
174
174
.. toctree ::
You can’t perform that action at this time.
0 commit comments