gearman / gearmand

http://gearman.org/
Other
727 stars 138 forks source link

Update and tweak GitHub Actions workflow for building and deploying docs to GitHub Pages #389

Closed esabol closed 3 months ago

esabol commented 3 months ago

This PR makes the following changes to the GitHub Actions workflow for building and deploying the latest documentation to GitHub Pages:

• It updates actions/configure-pages to v5 to address GitHub's Node16 deprecation. (This was causing a warning message.) • It removes the superfluous environment section from build job. (This was causing a warning message.) • It adds some explicit concurrency rules that I saw in another repository's workflow that sounded like a good idea. • It updates README.me to add a link to the latest gearmand documentation and makes some other minor tweaks (http: -> https:, punctuation, grammar).