Skip to content

Commit

Permalink
feat: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite committed Sep 7, 2023
1 parent e5f8f2f commit 58d792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: build
run: |
sed -i "s#custom.css#custom1.css#g" docusaurus.config.js
sed -i "s#baseUrl: '/'#baseUrl: '/docs/'#g" docusaurus.config.js
sed -i "s#baseUrl: '/'#baseUrl: '/doc/'#g" docusaurus.config.js
yarn
yarn build
Expand Down

0 comments on commit 58d792c

Please sign in to comment.