ci(links): added link checking to docs

This commit is contained in:
Christopher Pickering 2022-12-08 10:51:31 -06:00
parent 77477eef19
commit ad89dbce17
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

21
.github/workflows/linkcheck.yaml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Linkcheck
on: [push]
jobs:
linkcheck:
name: Linkcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: npm install, build
run: |
cd docs
npm install
npm run build:ci
- uses: untitaker/hyperlink@0.1.26
with:
args: docs/_site/