28 lines
699 B
JSON
28 lines
699 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "MkDocs: Build Documentation",
|
||
|
"type": "shell",
|
||
|
"command": "uv",
|
||
|
"args": [
|
||
|
"run",
|
||
|
"mkdocs",
|
||
|
"build",
|
||
|
],
|
||
|
"problemMatcher": []
|
||
|
},
|
||
|
{
|
||
|
"label": "Forgejo Actions: Run Actions",
|
||
|
"type": "shell",
|
||
|
"command": "forgejo-runner",
|
||
|
"args": [
|
||
|
"exec",
|
||
|
"--default-actions-url=https://www.coastalcommits.com",
|
||
|
"--gitea-instance=https://www.coastalcommits.com"
|
||
|
],
|
||
|
"problemMatcher": []
|
||
|
}
|
||
|
]
|
||
|
}
|