Repo top-level logo does not show in MkDocs pages
Problem/Motivation
As part of the project browser logo initiative #3342533: [Meta] Create a logo for a contrib module I have uploaded a logo.png to the project root directory. This now shows correctly when browsing the project front page and the gitlab pages. However it does not show in the re-built MkDocs documentation site. This still has the "logo" placeholder
Proposed resolution
- In the 'pages' job, copy the project
logo.pngto the/docsfolder if the file does not already exist there. - This will only affect the documentation build, the file is not permanently copied to the repository /docs folder
- Update documentation
Edited by drupalbot