We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b63425 commit 426b385Copy full SHA for 426b385
CHANGELOG.md
@@ -25,6 +25,7 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
25
26
- Fix yamllint config-location in pre-commit configuration of the project. #60
27
- Generate markdown schema documentation as part of docs build in gh-actions.
28
+- Fix clean command to remove only md-files from `docs/elements`
29
30
### Changed
31
template/justfile
@@ -66,7 +66,7 @@ update: _update-template _update-linkml
66
[group('project management')]
67
clean: _clean_project
68
rm -rf tmp
69
- rm -rf {{docdir}}/*
+ rm -rf {{docdir}}/*.md
70
71
# (Re-)Generate project and documentation locally
72
[group('model development')]
0 commit comments