Skip to content

Commit

Permalink
fix: πŸ› TIAS find command
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Aug 17, 2023
1 parent 6998f80 commit f346cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Fix paths
working-directory: ./docs/rpc/docs/gatsby
# fix: πŸ› support gatsby path prefix https://github.com/open-rpc/generator/pull/708
run: find ./public -type f -name '*.html' -exec sed -ie 's/href="\/api-documentation"/href="\/lightning\/api-documentation"/g' {} \;
run: find ./public -type f -name "*.html" -exec sed -i 's/\/api-documentation/\/lightning\/api-documentation/g' {} \;

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit f346cb0

Please sign in to comment.