We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2992f32 commit cd28cebCopy full SHA for cd28ceb
.github/workflows/ci.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Check for dead links
25
run: |
26
npm install -g @umbrelladocs/linkspector
27
- linkspector --version
+ echo "linkspector version: $(linkspector --version)"
28
+ echo "Files changed: $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')"
29
linkspector $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')
30
- name: Install Zola
31
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
0 commit comments