1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
This commit is contained in:
Andrey Nering
2024-04-08 22:12:11 -03:00
parent 1d4bb7b5ef
commit 43d84560e5
27 changed files with 176 additions and 120 deletions

View File

@@ -15,7 +15,7 @@ import (
const (
changelogSource = "CHANGELOG.md"
changelogTarget = "website/docs/changelog.md"
changelogTarget = "website/docs/changelog.mdx"
docsSource = "website/docs"
docsTarget = "website/versioned_docs/version-latest"
)