From e9bca468b4e8f332ae722289f352fc057c7ed385 Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Fri, 4 Aug 2023 19:48:19 +0200 Subject: [PATCH] Sync dev portal config --- .github/workflows/deploy-to-developer-portal.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-developer-portal.yml b/.github/workflows/deploy-to-developer-portal.yml index ca75087de..7c82f85a2 100644 --- a/.github/workflows/deploy-to-developer-portal.yml +++ b/.github/workflows/deploy-to-developer-portal.yml @@ -31,13 +31,12 @@ jobs: - name: Install dependencies run: npm ci - #mac: sed -i '' 's/title: Get started/title: Get started\nslug:\ \//g' ./docusaurus/docs/get-started/get-started.mdx - #linux: sed -i 's/title: Get started/title: Get started\nslug:\ \//g' ./docusaurus/docs/get-started/get-started.mdx + #mac: sed -i '' 's/title: Get started/title: Get started\nslug:\ \//g' ./docusaurus/docs/get-started/get-started.mdx + #linux: sed -i 's/title: Get started/title: Get started\nslug:\ \//g' ./docusaurus/docs/get-started/get-started.mdx - name: Make docs the homepage of this subsite run: | rm -f ./docusaurus/website/src/pages/index.tsx - sed -i 's/title: Get started/title: Get started\nslug:\ \//g' ./docusaurus/docs/get-started/get-started.mdx - + sed -i 's/title: Get started/title: Get started\nslug:\ \//g' ./docusaurus/docs/get-started/get-started.mdx - name: Build documentation website run: npm run docs:build -- --config docusaurus.config.devportal.js