djLint/.github/workflows/linkcheck.yaml
Christopher Pickering df61f15b89
changed build command
2022-12-08 10:54:28 -06:00

21 lines
390 B
YAML

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
- uses: untitaker/hyperlink@0.1.26
with:
args: docs/_site/