ansys/actions

Versions page not overriding all article content

Closed this issue ยท 2 comments

๐Ÿž Problem
The logic merged in #218 and #251 is working but needs to override the whole page content, see https://actions.docs.pyansys.com/version.

Also, let us turn the links into actual HTML links using the <a>.

https://github.com/pyansys/actions/blob/fa24441625e3d25c19b763b09cef1c1c05083784/_doc-gen-versions-page/action.yml#L73 here we are only replacing the heading and appending just after that right? instead can't we try to replace the content inside the article with a variable containing heading, table and paragraph?