Skip to content

Commit

Permalink
ci: modify script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurricane committed Mar 29, 2024
1 parent 6f99440 commit 79487bd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: pnpm/action-setup@v4
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
node-version: 20
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install
- name: Build
run: pnpm run build
- name: Setup Pages
Expand Down

0 comments on commit 79487bd

Please sign in to comment.