From 8b7a6ea907f332f076ecf2fcc111530ecfd16529 Mon Sep 17 00:00:00 2001 From: Aiden-FE Date: Thu, 14 Mar 2024 11:45:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=8D=A2ci=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-and-deploy.yml | 8 ++------ README.md | 4 ++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-and-deploy.yml b/.github/workflows/publish-and-deploy.yml index 4d0a3e1..8174d91 100644 --- a/.github/workflows/publish-and-deploy.yml +++ b/.github/workflows/publish-and-deploy.yml @@ -69,13 +69,9 @@ jobs: # 发布npm包 - name: Publish - uses: pascalgn/npm-publish-action@1.3.9 + uses: JS-DevTools/npm-publish@v3 with: - publish_command: 'pnpm' - workspace: '.' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + token: ${{ secrets.NPM_AUTH_TOKEN }} # 部署文档 - name: Deploy GitHub Pages site diff --git a/README.md b/README.md index 210f509..990b597 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ > 实用程序库 +[Web端使用文档](https://aiden-fe.github.io/compass-helpers/browser/) + +[Node端使用文档](https://aiden-fe.github.io/compass-helpers/node/) + ## Getting Started ### 安装