aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docgen.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: bump actions/checkout from 5 to 6 (#4205)dependabot[bot]2025-11-201-1/+1
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: bump actions/checkout from 4 to 5 (#3994)dependabot[bot]2025-08-121-1/+1
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build: remove `docgen.sh`dundargoc2025-01-211-1/+1
| | | | Instead, generate documentation by running the `docgen.lua` executable.
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-2/+2
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* ci: bump actions/checkout from 3 to 4 (#2794)dependabot[bot]2023-09-051-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: fix git email (#2771)figsoda2023-08-221-2/+2
|
* ci: bump action versions (#2322)dundargoc2022-12-171-1/+1
|
* fix(help): workaround plugin/users overwritting tags (#1512)Javier Lopez2021-11-301-1/+1
| | | | | | | | | | | | | Most plugin managers run :helptags in the plugin, which silently overwrites the existing doc/tags. this is an issue for us since lspconfig is manipulating the tags file to point to servers_configurations.md Instead create a markdown comment with the name of the wanted tag and make a copy in the repository of servers_configurations.md to server_configurations.txt. Now when :helptags runs it finds the txt file and generates the appropriate tag. The advantage is this solution should work in all platforms, it also removes lines from docgen CI.
* ci: remove brackets on the "runs-on" argument (#1470)dundargoc2021-11-211-1/+1
| | | | This will silence the false warning 'Value must be "self-hosted"' warning from yamlls.
* docs: follow-up fixes from overhaul (#1389)Michael Lingelbach2021-11-091-2/+2
|
* docs: documentation overhaul (#1384)Michael Lingelbach2021-11-091-41/+0
| | | | | | * remove automated generation of vimdoc + ci * unify ADVANCED_README.md and vimdoc * rename CONFIGS.md to server_configurations.md, move into doc folder * move CONTRIBUTING.md to .github folder
* ci: fix vimdocgen (#1313)Michael Lingelbach2021-10-151-4/+5
| | | | | | * update neovim path * rename commits to align with conventional commits in core * make runs sequential to avoid conflicts when pushing * pull latest changes in vimdocgen run
* ci: use rhysd action instead for installing neovim (#1312)Michael Lingelbach2021-10-151-21/+8
|
* ci: fix workflow so vimdocgen runs sequentially (#1085)Michael Lingelbach2021-07-171-0/+49
|
* docgen: explicitly allow pushing commitsMarco Hinz2021-05-161-0/+2
| | | | | | | | | | We default to read-only permissions for the "contents" scope: https://github.com/neovim/nvim-lspconfig/settings/actions Explicitly allow pushing commits. https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents
* docgen: try to fix docgen authentication issuesMichael Lingelbach2021-05-011-9/+4
|
* Fix docgen github actionMichael Lingelbach2021-05-011-0/+3
|
* docgen: remove CI trigger for PRs, only pushes to masterMichael Lingelbach2021-01-231-3/+5
|
* Fix docgen github action to use CONFIG.md instead of README.mdMichael Lingelbach2020-12-281-1/+1
|
* dartls: remove calling error in detecting cmdHirokazu Hata2020-02-231-7/+0
| | | | ref: #140
* [upgrade] acitons/checkout v1 -> v2kazukazuinaina2020-03-041-1/+1
|
* gh actions: Add Dart lang to docgen action enviromentHirokazu Hata2020-02-221-0/+7
| | | | fix: #139
* CI: luacheck #86Hirokazu Hata2019-12-311-0/+34