mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 08:13:59 +00:00
update fleet run commands
This commit is contained in:
parent
31f4d3807e
commit
5460eaaee4
@ -3,15 +3,14 @@
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Rebuild",
|
||||
"program": "mkdocs",
|
||||
"args": ["build"],
|
||||
"program": "poetry",
|
||||
"args": ["run", "mkdocs", "build"],
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"name": "Serve",
|
||||
"program": "mkdocs",
|
||||
"args": ["serve"],
|
||||
"program": "poetry",
|
||||
"args": ["run", "mkdocs", "serve"],
|
||||
},
|
||||
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user