Skip to content

Commit

Permalink
Checkout logos when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Dec 29, 2024
1 parent 519b9e7 commit 227a702
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/subdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
submodules: 'true'

- uses: actions/checkout@v4
with:
repository: 'https://github.com/subspace-cpp/logos'
path: 'logos'

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DOCS_SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 227a702

Please sign in to comment.