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