diff --git a/README.md b/README.md index 72557230..babf9653 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ CertD 是一个免费全自动申请和自动部署更新SSL证书的工具。 2. 镜像构建过程公开透明,[查看镜像构建日志](https://github.com/certd/certd/actions/workflows/build-image.yml) 3. 私有化部署,保证隐私数据安全 +![](./doc/images/action-build.jpg) ## 三、在线体验 diff --git a/doc/images/action-build.jpg b/doc/images/action-build.jpg new file mode 100644 index 00000000..9e7187a0 Binary files /dev/null and b/doc/images/action-build.jpg differ diff --git a/package.json b/package.json index 55aaa4c4..e3a007e8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "start": "lerna bootstrap --hoist", "i-all": "lerna link && lerna exec npm install ", - "publish": "npm run prepublishOnly1 && lerna publish --conventional-commits --create-release github && npm run afterpublishOnly && npm run deploy1", + "publish": "npm run prepublishOnly1 && lerna publish --conventional-commits --create-release github && npm run afterpublishOnly", "afterpublishOnly": "", "prepublishOnly1": "npm run check && npm run before-build && lerna run build ", "before-build": "cd ./packages/core/acme-client && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"",