Skip to content

Commit

Permalink
change relative dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jul 16, 2024
1 parent a1b9dc7 commit eab6b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ runs:
steps:
- name: Write html file to docs directory
run: |
godoc -url pkg/github.com/pinecone-io/go-pinecone/pinecone/ > ../../../docs/index.html
godoc -url pkg/github.com/pinecone-io/go-pinecone/pinecone/ > ./docs/index.html
shell: bash

0 comments on commit eab6b78

Please sign in to comment.