Skip to content

Commit 7d24b99

Browse files
committed
Fix ci
1 parent 5b56e04 commit 7d24b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm i
2525
npm i -g ts-node
2626
cd builder
27-
mkdir dist
27+
mkdir dist dist/plugins dist/themes
2828
ts-node build.ts
2929
cp dist/plugins/* ../docs/plugins/list.md
3030
cp dist/themes/* ../docs/themes/list.md

0 commit comments

Comments
 (0)