aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-01-14 16:49:39 +0200
committerXhmikosR <[email protected]>2021-09-08 18:44:21 +0300
commitcdc579fe82700a705da80255ad621afa4ba274fa (patch)
treeaecfbed999e710dfc38a25cb39ae878253d81a6b /.github
parent499485589f10f678fd36b3683e1c8553c0a9a2e6 (diff)
downloadbootstrap-main-xmr-linkinator-action.tar.xz
bootstrap-main-xmr-linkinator-action.zip
Move linkinator to GitHub Actions.main-xmr-linkinator-action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index cc5f4bd6d..ec11a91f7 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -29,5 +29,16 @@ jobs:
- name: Install npm dependencies
run: npm ci
- - name: Test docs
- run: npm run docs
+ - name: Build docs
+ run: npm run docs-build
+
+ - name: Validate HTML
+ run: npm run docs-vnu
+
+ - name: Run linkinator
+ uses: JustinBeckwith/linkinator-action@v1
+ with:
+ paths: _site
+ recurse: true
+ verbosity: error
+ skip: "^(?!http://localhost)"