We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e6f78 commit 49f1a3dCopy full SHA for 49f1a3d
.github/workflows/doc-build.yml
@@ -14,6 +14,20 @@ on:
14
- cron: '0 0 * * *'
15
16
jobs:
17
+ check-urls:
18
+ runs-on: ubuntu-latest
19
+ steps:
20
+ - uses: actions/checkout@v3
21
+ - name: Check URLs
22
+ run: bash ./scripts/check_urls.sh
23
+
24
+ check-links:
25
26
27
28
+ - name: Check Links
29
+ run: bash ./scripts/check_links.sh
30
31
build:
32
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
33
permissions:
0 commit comments