Skip to content

Commit

Permalink
Merge pull request #917 from mainmatter/step3-fix-deploy-flow
Browse files Browse the repository at this point in the history
Fix deploy flow
  • Loading branch information
BlueCutOfficial authored Feb 12, 2024
2 parents 5a1eaff + a56d956 commit 005d05a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,27 @@ on:
- master
- main

env:
PNPM_VERSION: 8.15.1

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: ${{ env.PNPM_VERSION }}

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm

- name: Install and Build 🔧
run: |
pnpm install
Expand Down

0 comments on commit 005d05a

Please sign in to comment.