Skip to content

Commit

Permalink
chore: 🤖 fix path on source
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 1, 2023
1 parent 760463b commit ceffbe8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
npm i [email protected] -S
npm install --force
- name: Fix paths
working-directory: ./docs/rpc/docs/gatsby
# fix: 🐛 support gatsby path prefix https://github.com/open-rpc/generator/pull/708
run: sed -i 's|href="/api-documentation"|href="/lightning/api-documentation"|g' src/pages/index.tsx

- name: Build docs
working-directory: ./docs/rpc/docs/gatsby
run: |
Expand Down

0 comments on commit ceffbe8

Please sign in to comment.