We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd28ceb commit c058d60Copy full SHA for c058d60
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
npm install -g @umbrelladocs/linkspector
27
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$')
+ linkspector check $(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
32
- run: ./zola --version
0 commit comments