Skip to content

Commit

Permalink
Update vscode tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Feb 25, 2024
1 parent 0c253f7 commit 8e1c134
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 8e1c134

Please sign in to comment.