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 33066a1 commit 21b3486Copy full SHA for 21b3486
.github/workflows/docs.yml
@@ -8,8 +8,22 @@ on:
8
permissions:
9
contents: write
10
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
24
deploy:
25
runs-on: ubuntu-latest
26
+ needs: check-links
27
steps:
28
- name: Checkout repo
29
uses: actions/checkout@v4
0 commit comments