Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wmariuss/awesome-devops
/ build
Function
build
tasks.py:6–9 ·
view source on GitHub ↗
Build the website
(c)
Source
from the content-addressed store, hash-verified
4
5
@task
6
def
build(c):
7
""
"Build the website"
""
8
c.run(
"cp README.md docs/index.md"
)
9
c.run(
"mkdocs build"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected