Skip to content

Commit 6462f08

Browse files
authored
Merge branch 'main' into add-new-theme
2 parents f5cd710 + c654b2c commit 6462f08

File tree

12 files changed

+22
-1991
lines changed

12 files changed

+22
-1991
lines changed

.github/workflows/link_checkPR.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
- name: Skip Message
4444
if: steps.skip-label.outputs.result == 'true'
4545
run: echo "Link check was skipped due to the presence of the 'skip-link-check' label."
46-
46+
47+
# Per tj-actions, a delete file is not a changed file so this ensures lint checking does not occur on deleted files
48+
- name: No Files to Check
49+
if: steps.skip-label.outputs.result == 'false' && steps.changed-files.outputs.any_changed == 'true'
50+
run: echo "No relevant files were changed in this PR that require link checking."
51+
4752
- name: Suggestions
4853
if: failure()
4954
run: |

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"recipes_source/recipes/timer_quick_start",
4949
"recipes_source/recipes/amp_recipe",
5050
"recipes_source/recipes/Captum_Recipe",
51-
"intermediate_source/flask_rest_api_tutorial",
5251
"intermediate_source/text_to_speech_with_torchaudio",
5352
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
5453
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.

.lycheeignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ https://pytorch.org/tutorials/beginner/colab/n
1313
# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
1414
http://localhost:6006
1515

16-
# Ignore local host link from recipes_source/deployment_with_flask.rst
17-
http://localhost:5000/predict
18-
1916
# Ignore local host link from advanced_source/cpp_frontend.rst
2017
https://www.uber.com/blog/deep-neuroevolution/

beginner_source/PyTorch Cheat.md

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)