pinecone-io / go-pinecone

Pinecone.io Golang Client
Apache License 2.0
49 stars 9 forks source link

Change dir in documentation GH action to contain multiple HTML pages #46

Closed aulorbe closed 4 months ago

aulorbe commented 4 months ago

Problem

In the original gopages PR, 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

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.