Skip to content

Commit cd28ceb

Browse files
committed
Add debug prints
1 parent 2992f32 commit cd28ceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Check for dead links
2525
run: |
2626
npm install -g @umbrelladocs/linkspector
27-
linkspector --version
27+
echo "linkspector version: $(linkspector --version)"
28+
echo "Files changed: $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')"
2829
linkspector $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')
2930
- name: Install Zola
3031
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz

0 commit comments

Comments
 (0)