nginxinc / nginx-gateway-fabric

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Apache License 2.0
501 stars 97 forks source link

[cherry-pick] Update nginxinc/docs-actions action to v1.0.5 (#2565) #2575

Closed nginx-jack closed 1 month ago

nginx-jack commented 1 month ago

Cherry pick of https://github.com/nginxinc/nginx-gateway-fabric/pull/2565

nginx-bot[bot] commented 1 month ago

Hi @nginx-jack!

Thanks for opening this pull request! Be sure to check out our Contributing Guidelines while you wait for someone on the team to review this.

Please make sure to include the issue number in the PR description to automatically close the issue when the PR is merged. See Linking a pull request to an issue and our Pull Request Guidelines for more information.

lucacome commented 1 month ago

I'm not entirely sure this PR is needed...it should run the version that is in main but also the workflow never runs since we use forks, but I guess it doesn't hurt 🤷‍♂️

nginx-jack commented 1 month ago

I'm not entirely sure this PR is needed...it should run the version that is in main but also the workflow never runs since we use forks, but I guess it doesn't hurt 🤷‍♂️

If documentation is deployed from release-1.4 (which I believe is the flow used here) then it will use the version of the workflow in that branch. This won't run on the forked branches, as you said. It can only be triggered manually.