mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
clean up pyproject to make valid toml
This commit is contained in:
parent
7450102b14
commit
4d81b6fdf7
1 changed files with 2 additions and 4 deletions
|
@ -81,16 +81,14 @@ sort-check = [
|
||||||
{cmd = "isort --check ."},
|
{cmd = "isort --check ."},
|
||||||
]
|
]
|
||||||
|
|
||||||
docs-clean = {script = "tasks:delete_files(['sitemap.xml', 'config.json'])"}
|
|
||||||
|
|
||||||
docs-check = [
|
docs-check = [
|
||||||
"docs-clean",
|
{script = "tasks:delete_files(['sitemap.xml', 'config.json'])"},
|
||||||
{script = "tasks:generate_sitemap"},
|
{script = "tasks:generate_sitemap"},
|
||||||
{script = "tasks:output_file('sitemap.xml')"},
|
{script = "tasks:output_file('sitemap.xml')"},
|
||||||
{script = "tasks:generate_pa11y_config_from_sitemap"},
|
{script = "tasks:generate_pa11y_config_from_sitemap"},
|
||||||
{script = "tasks:output_file('config.json')"},
|
{script = "tasks:output_file('config.json')"},
|
||||||
{cmd = "pa11y-ci -c config.json"},
|
{cmd = "pa11y-ci -c config.json"},
|
||||||
"docs-clean",
|
{script = "tasks:delete_files(['sitemap.xml', 'config.json'])"},
|
||||||
]
|
]
|
||||||
docs-run = [
|
docs-run = [
|
||||||
{cmd = "mkdocs serve"},
|
{cmd = "mkdocs serve"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue