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 4401fab commit ad114e9Copy full SHA for ad114e9
.github/workflows/doc-build.yml
@@ -14,7 +14,18 @@ on:
14
- cron: '0 0 * * *'
15
16
jobs:
17
+ lint-docs:
18
+ runs-on: ubuntu-latest
19
+ steps:
20
+ - name: Checkout repository
21
+ uses: actions/checkout@v3
22
+ - name: Check URLs
23
+ run: bash ./scripts/check_urls.sh
24
+ - name: Check Links
25
+ run: bash ./scripts/check_links.sh
26
+
27
build:
28
+ needs: lint-docs
29
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
30
permissions:
31
id-token: write
0 commit comments