From c0ef898e6634733f36624dd06c3abf579bc8a2a2 Mon Sep 17 00:00:00 2001 From: tscuite Date: Fri, 8 Sep 2023 10:54:57 +0800 Subject: [PATCH] feat: update uri --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a22a9d1..0274e26 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: - name: build run: | sed -i "s#custom.css#custom1.css#g" docusaurus.config.js - sed -i "s#baseUrl: '/'#baseUrl: '/doc/'#g" docusaurus.config.js + sed -i "s#baseUrl: '/'#baseUrl: '/dongtai_doc/'#g" docusaurus.config.js yarn yarn build