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).
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
tov5
to address GitHub's Node16 deprecation. (This was causing a warning message.) • It removes the superfluousenvironment
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 updatesREADME.me
to add a link to the latest gearmand documentation and makes some other minor tweaks (http:
->https:
, punctuation, grammar).