aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages.yml
AgeCommit message (Collapse)Author
2023-01-10Revise documentation (#2728)Ignat Beresnev
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
2022-12-13Enable caching Maven dependencies for `setup-java` GitHub Action (#2722)aSemy
2022-03-25Minor refactoring of dokka versioning and publishing (#2401)Ignat Beresnev
* Minor refactoring of dokka versioning and publishing * Added RC version type * Added gradle-plugin-portal as a publication channel * Removed `dokka_version_base` in favour of `dokka_version` * Change dokka_version to the relevant SNAPSHOT * Revert explicit flag for version checking, it will be executed automatically if publication channels are present * Update publish to GH pages script to include SNAPSHOT docs
2022-03-24Optimize CI a bit (#2385)Goooler
* Bump actions/checkout to v3 * Bump actions/setup-java to v3 * Use gradle-build-action * Merge validation into check.yml * Reformat * Trim blank lines * Use https * Cleanup * Fix * Remove names * Cleanup * Rename validate to validate-wrapper * Use cirrus-actions/rebase@v1.5 * Use cirrus-actions/rebase@1.5
2022-03-22Edit GH Action to publish doc on release (#2392)Vadim Mishenev
2021-10-08Disable publish actions in forked repository (#2160)Goooler
2021-09-22Bump setup-java github actions to v2 (#2151)Goooler
2020-10-21Fix gh-pages generation scriptKamil Doległo
2020-10-08Fix double scoping of GitHubPages documentationKamil Doległo
2020-10-07Publish docs on change in docs/ directory on master branch (#1532)Kamil Doległo