refactor mkdocs
- use devshell instead of package - build pages with hercules-ci.github-pages - drop unnecessary packages restriction
This commit is contained in:
parent
8b8a4ca8b3
commit
9c1545b0ab
3 changed files with 8 additions and 6 deletions
2
tasks.py
2
tasks.py
|
@ -117,7 +117,7 @@ def mkdocs(c):
|
|||
"""
|
||||
Serve docs (mkdoc serve)
|
||||
"""
|
||||
c.run("nix develop .#pages -c mkdocs serve")
|
||||
c.run("nix develop .#mkdocs -c mkdocs serve")
|
||||
|
||||
|
||||
def get_hosts(hosts: str) -> List[DeployHost]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue