pinecone-io / go-pinecone

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

Adjust build-docs/action to make /docs dir if it doesn't exist #42

Closed aulorbe closed 4 months ago

aulorbe commented 4 months ago

Problem

Since /docs doesn't exist, the GH action build-docs/action cannot run.

Solution

Change file to check if /docs exists first; if it doesn't, create it; if it does, move on.

Type of Change

Test Plan

CI passes.