Skip to content

Commit 7d76562

Browse files
Revert "Check links with lychee in docs workflow"
This reverts commit 21b3486.
1 parent 21b3486 commit 7d76562

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,8 @@ on:
88
permissions:
99
contents: write
1010
jobs:
11-
check-links:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Checkout repo
15-
uses: actions/checkout@v4
16-
17-
- name: Check links
18-
uses: lycheeverse/lychee-action@v2
19-
with:
20-
fail: true
21-
workingDirectory: docs
22-
jobSummary: false
23-
2411
deploy:
2512
runs-on: ubuntu-latest
26-
needs: check-links
2713
steps:
2814
- name: Checkout repo
2915
uses: actions/checkout@v4

0 commit comments

Comments
 (0)