In the original gopagesPR, I was under the impression that we could only push a single index.html file to the sdk-docs repo. Upon inspecting the other clients' dirs in sdk-docs, though, I realized we could push a dir containing many different html pages in it.
Solution
Point action to entire dir (dist) that contains multiple html files.
Type of Change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
[x] Infrastructure change (CI configs, etc)
[ ] Non-code change (docs, etc)
[ ] None of the above: (explain here)
Test Plan
Merge to main, trigger build documentation workflow in this repo, trigger publish documentation workflow in sdk-docs repo, see if rendering is better.
Problem
In the original
gopages
PR, I was under the impression that we could only push a singleindex.html
file to thesdk-docs
repo. Upon inspecting the other clients' dirs insdk-docs
, though, I realized we could push a dir containing many different html pages in it.Solution
Point action to entire dir (
dist
) that contains multiple html files.Type of Change
Test Plan
Merge to main, trigger build documentation workflow in this repo, trigger publish documentation workflow in
sdk-docs
repo, see if rendering is better.