File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: 'Torch-TensorRT Docker Build'
2
2
3
3
# Apply workflow only to main branch
4
4
on :
5
+ pull_request :
5
6
push :
6
7
branches :
7
8
- main
32
33
id : fix_slashes
33
34
run : |
34
35
export container_name=$(echo ${{ env.CONTAINER_NAME }} | sed 's|/|_|g')
35
- echo ::set-output name= container_name:: $container_name
36
+ echo " container_name= $container_name" >> $GITHUB_OUTPUT
36
37
37
38
- name : Log in to the Container registry
38
39
uses : docker/login-action@v2
Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ CLI Documentation
167
167
Contributor Documentation
168
168
--------------------------------
169
169
* :ref: `system_overview `
170
- * :ref: `_dynamo_converters `
170
+ * :ref: `dynamo_converters `
171
171
* :ref: `writing_dynamo_aten_lowering_passes `
172
- * :ref: `_ts_converters `
172
+ * :ref: `ts_converters `
173
173
* :ref: `useful_links `
174
174
175
175
.. toctree ::
You can’t perform that action at this time.
0 commit comments