mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
Update vscode tasks
This commit is contained in:
parent
0c253f7807
commit
8e1c1348e9
1 changed files with 2 additions and 8 deletions
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
|
@ -28,16 +28,10 @@
|
|||
"group": "test"
|
||||
},
|
||||
{
|
||||
"label": "Serve docs locally (mkdocs serve)",
|
||||
"label": "Run pytest",
|
||||
"type": "shell",
|
||||
"command": "mkdocs serve",
|
||||
"command": "pytest --molecule-base-config=../../tests/molecule/base.yml",
|
||||
"group": "test"
|
||||
},
|
||||
{
|
||||
"label": "Deploy docs to GitHub (mkdocs gh-deploy)",
|
||||
"type": "shell",
|
||||
"command": "mkdocs gh-deploy",
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue