diff --git a/Changelog.md b/Changelog.md index 17d19d5d..4f465b14 100644 --- a/Changelog.md +++ b/Changelog.md @@ -917,7 +917,7 @@ improvements for processing files. upload the file into memory for nothing if something fails (e.g. the source doesn't exist) - Re-process files. A - [route](https://docspell.org/openapi/docspell-openapi.html#api-Item-secItemItemIdReprocessPost) + [route](https://docspell.org/openapi/docspell-openapi.html#operation/sec-item-start-reprocess) has been added that submits files for re-processing. It is possible to re-process some files of an item or all. There is no UI for this for now. You'd need to run `curl` or something manually to trigger diff --git a/build.sbt b/build.sbt index 5201e975..2205fe5c 100644 --- a/build.sbt +++ b/build.sbt @@ -788,5 +788,5 @@ addCommandAlias( "restapi/openapiLint; joexapi/openapiLint; scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check" ) addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll") -addCommandAlias("make-website", ";website/clean ;website/zolaBuild") +addCommandAlias("make-website", ";website/clean ;website/zolaBuild ;website/zolaCheck") addCommandAlias("publish-website", "website/publishToGitHubPages")