Tags: readthedocs/actions
Tags
Add single-language (#49) * Add single-language Add support for single-language that only includes the version. * Include in README * Update preview/scripts/edit-description.js Co-authored-by: Manuel Kaufmann <humitos@gmail.com> --------- Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
Rename GitHub Action as `readthedocs/actions/preview` Give a friendly name to the action and prepare the repository to store more actions together with this one. We will be using these actions as: ```yaml - uses: readthedocs/actions/preview@v1 - uses: readthedocs/actions/another@v1 ``` Closes #5