Skip to content

Commit c998fbc

Browse files
committed
Update workflow
1 parent 9e758d1 commit c998fbc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/markdown_links.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,17 @@ jobs:
6161
- name: 'Check links'
6262
uses: stdlib-js/broken-markdown-url-definitions-action@main
6363
id: results
64+
with:
65+
exclude: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules
6466
timeout-minutes: 120
6567

6668
# Log the results:
6769
- name: 'Log results'
6870
run: |
69-
echo ${{ steps.results.outputs.links }}
71+
echo "Failures: "
72+
echo ${{ steps.results.outputs.failures }}
73+
echo "Warnings: "
74+
echo ${{ steps.results.outputs.warnings }}
7075
echo Status: ${{ steps.results.outputs.status }}
7176
timeout-minutes: 2
7277

0 commit comments

Comments
 (0)