Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Moved the requirement for contents write permission from release action to docs deployment. The same permission was used in the previous release action (sphinx) so I'm not introducing any extra permission requirements. One thing I don't really like here is that such permission is only needed for the `Deploy` step but the lowest level it can be defined is job. This should be fine because other steps in the job don't do any git operations. Alternative would be creating a separate Deploy job but then I'd have to duplicate all the steps from the Build part which would effectively be the same thing as now but with a longer/redundant config. Deployment logic remains the same - docs are deployed only when the Build Documentation is run manually or via the Release Python action. # Related Issue(s) #1867 I am unable to fully test this in my environment because the failing version was actually working in my repo - I don't see how things are configured in the main repo. Signed-off-by: Nikolay Ulmasov <ulmasov@hotmail.com> Co-authored-by: Will Jones <willjones127@gmail.com>
- Loading branch information