Skip to content

Commit

Permalink
chore: 更换ci发布命令
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden-FE committed Mar 14, 2024
1 parent 0992ed5 commit 8b7a6ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,9 @@ jobs:
# 发布npm包
- name: Publish
uses: pascalgn/npm-publish[email protected]
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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> 实用程序库
[Web端使用文档](https://aiden-fe.github.io/compass-helpers/browser/)

[Node端使用文档](https://aiden-fe.github.io/compass-helpers/node/)

## Getting Started

### 安装
Expand Down

0 comments on commit 8b7a6ea

Please sign in to comment.