Skip to content

Commit 08718d5

Browse files
authored
Update doc-build.yml
1 parent ad114e9 commit 08718d5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/doc-build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,21 @@ on:
1414
- cron: '0 0 * * *'
1515

1616
jobs:
17-
lint-docs:
17+
check-urls:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- name: Checkout repository
21-
uses: actions/checkout@v3
20+
- uses: actions/checkout@v3
2221
- name: Check URLs
2322
run: bash ./scripts/check_urls.sh
23+
24+
check-links:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/checkout@v3
2428
- name: Check Links
2529
run: bash ./scripts/check_links.sh
2630

2731
build:
28-
needs: lint-docs
2932
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3033
permissions:
3134
id-token: write

0 commit comments

Comments
 (0)