Skip to content

Commit c058d60

Browse files
committed
Fix missing command
1 parent cd28ceb commit c058d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm install -g @umbrelladocs/linkspector
2727
echo "linkspector version: $(linkspector --version)"
2828
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$')
29+
linkspector check $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')
3030
- name: Install Zola
3131
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
3232
- run: ./zola --version

0 commit comments

Comments
 (0)