Skip to content

Commit

Permalink
fix: GHA Docs Generation - Checkout repo step (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase authored Nov 6, 2024
1 parent 239e4e9 commit 2cbd20f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
working-directory: ./cdp-agentkit-core

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
working-directory: ./cdp-langchain

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2cbd20f

Please sign in to comment.