diff --git a/.github/workflows/openrpc-docs.yml b/.github/workflows/openrpc-docs.yml index 924a9e47b..538dee966 100644 --- a/.github/workflows/openrpc-docs.yml +++ b/.github/workflows/openrpc-docs.yml @@ -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