Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Nov 7, 2023
1 parent a19241f commit 44a21da
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,23 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
submodules: false
lfs: false
- uses: pnpm/[email protected]
with:
version: 8.2.0
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 18
# cache: 'pnpm'
- name: "Install"
run: "pnpm i"
- name: "Build"
run: "pnpm run build"
env:
DEV: false
PROD: true
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit 44a21da

Please sign in to comment.