add build to flake, update ci to build on changes to conf
This commit is contained in:
parent
cba889a56f
commit
111fcc9aee
2 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,11 @@
|
|||
pkgs.python3Packages.mkdocs
|
||||
pkgs.python3Packages.mkdocs-material
|
||||
];
|
||||
shellHook = ''
|
||||
echo "Building wiki"
|
||||
mkdocs build
|
||||
mkdocs serve
|
||||
'';
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue