We should publish our own GitHub Action to make it easy to use mdbook-i18n-helpers.
This will move logic from the YAML file (such as publish.yml) to the action. The action is probably written in TypeScript (I'm not sure we can write an action in Rust?) and this will be a more comfortable language than what we can do with scripts in the YAML file.
We should publish our own GitHub Action to make it easy to use
mdbook-i18n-helpers.This will move logic from the YAML file (such as
publish.yml) to the action. The action is probably written in TypeScript (I'm not sure we can write an action in Rust?) and this will be a more comfortable language than what we can do with scripts in the YAML file.