Skip to content

Commit

Permalink
ci: 🎡 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RSoraM committed Dec 23, 2024
1 parent 8fc31bf commit 641f4f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,20 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
node-version: ${{ matrix.node }}
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: nci
- name: Build
run: npm run build
run: nr build

- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "mima-live",
"type": "module",
"version": "0.0.2",
"packageManager": "[email protected]",
"description": "An online cryptography tool based on mima-kit",
"author": "RSoraM",
"license": "MIT",
Expand Down

0 comments on commit 641f4f1

Please sign in to comment.