We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8e870 commit 66fe1caCopy full SHA for 66fe1ca
1 file changed
.github/workflows/build.yml
@@ -69,3 +69,13 @@ jobs:
69
timeout-minutes: 3
70
continue-on-error: true
71
if: env.codecov_token != ''
72
+
73
+ docs:
74
+ name: 📃 Docs
75
+ runs-on: ubuntu-latest
76
+ steps:
77
+ - uses: actions/checkout@v4
78
+ - name: 🔗 Markup Link Checker (mlc)
79
+ uses: becheran/mlc@v0.19.0
80
+ with:
81
+ args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dev.azure.com/*,https://app.codecov.io/* -p docfx
0 commit comments