Skip to content

Commit

Permalink
Fix syntax in action + add docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jul 16, 2024
1 parent d4d1f7e commit 7657ede
Show file tree
Hide file tree
Showing 2 changed files with 3,112 additions 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
Loading

0 comments on commit 7657ede

Please sign in to comment.