feat(tasks): add test:hugo task for Hugo-only testing
- Add test:hugo for fast Hugo-only tests (no LikeC4) - Update technical writer docs with new task
This commit is contained in:
parent
82d424aeca
commit
4935913002
2 changed files with 15 additions and 4 deletions
|
|
@ -59,6 +59,13 @@ tasks:
|
|||
- test:html
|
||||
- likec4:validate
|
||||
|
||||
test:hugo:
|
||||
desc: Run Hugo-only tests (markdown, HTML, build)
|
||||
deps:
|
||||
- test:build
|
||||
- test:markdown
|
||||
- test:html
|
||||
|
||||
test:full:
|
||||
desc: Run all tests including link check (may have errors in legacy content)
|
||||
deps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue