We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f74067 commit 440c9a2Copy full SHA for 440c9a2
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Get latest version of docbase
34
run: echo "LATEST_VERSION=$(npm view docbase version)" >> $GITHUB_ENV
35
36
- - run: bun run build
+ - run: bun x bunco -n DocBase -t all -b -m -c ./src/index.ts -i ./public/logo.svg
37
38
# 如果有更新则创建发行版本
39
- name: Create Release
0 commit comments