We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad38b7d commit 798200eCopy full SHA for 798200e
.github/linkspector-config.yml
@@ -0,0 +1,8 @@
1
+dirs:
2
+ - ./content/news
3
+aliveStatusCodes:
4
+ - 200
5
+ - 201
6
+ - 204
7
+useGitIgnore: true
8
+
.github/workflows/ci.yml
@@ -22,7 +22,10 @@ jobs:
22
args: '.'
23
config: '.markdownlint.json'
24
- name: Check for dead links
25
- uses: gaurav-nelson/github-action-markdown-link-check@v1
+ run:
26
+ | npm install -g @umbrelladocs/linkspector
27
+ | linkspector
28
+ | 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