Skip to content

Migrate from Git Submodule to Hugo Modules for Docsy theme #690

Migrate from Git Submodule to Hugo Modules for Docsy theme

Migrate from Git Submodule to Hugo Modules for Docsy theme #690

Workflow file for this run

name: Links
on:
pull_request:
jobs:
build-and-check-links:
name: CHECK LINKS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package.json
- run: npm install --omit=optional
- run: npm run check:links