We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8f373 commit 973699cCopy full SHA for 973699c
.github/workflows/ci.yml
@@ -25,8 +25,8 @@ jobs:
25
run: |
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 check $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')
+ echo "Files changed in this pr: $(git diff --name-only ${{ github.event.before }} ${{ github.sha }})"
+ linkspector check $(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
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