From 5feb953fdfceb8417d8b0de5a7aed329e326f1ab Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Wed, 9 Aug 2023 10:37:37 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20TIAS=20pathname=20generat?= =?UTF-8?q?ed=20gatsby=20template=20content=20pt2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/openrpc-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openrpc-docs.yml b/.github/workflows/openrpc-docs.yml index 33c2f0d02..8fe6cf1da 100644 --- a/.github/workflows/openrpc-docs.yml +++ b/.github/workflows/openrpc-docs.yml @@ -81,8 +81,8 @@ jobs: - name: TIAS run: | ls -la - ls -la ./docs/rpc/docs/gatsby - cat ./docs/rpc/docs/gatsby/gatsby-config.js + ls -la ./docs/gatsby + cat ./docs/gatsby/gatsby-config.js # - name: Install dependencies # working-directory: ./docs/rpc/docs/gatsby