Skip to content

Commit db3de51

Browse files
authored
Update deploy in justfile to correct mkdocs command
Fixes #179
1 parent 561958d commit db3de51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ site: gen-project gen-doc
109109
# Deploy documentation site to Github Pages
110110
[group('deployment')]
111111
deploy: site
112-
mkd-gh-deploy
112+
uv run mkdocs gh-deploy --force
113113

114114
# Run all tests
115115
[group('model development')]

0 commit comments

Comments
 (0)