From f346cb04cd4361c9bda809b593a448e81c7052f6 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Thu, 17 Aug 2023 15:02:34 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20TIAS=20find=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/openrpc-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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