We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798200e commit f731674Copy full SHA for f731674
.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
22
args: '.'
23
config: '.markdownlint.json'
24
- name: Check for dead links
25
- run:
26
- | npm install -g @umbrelladocs/linkspector
27
- | linkspector
28
- | linkspector check -c .github/linkspector-config.yml
+ run: |
+ npm install -g @umbrelladocs/linkspector
+ linkspector --version
+ linkspector check -c .github/linkspector-config.yml
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