Skip to content

Commit 0b795d8

Browse files
committed
update: action
1 parent 37cf2c6 commit 0b795d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ jobs:
1212
- name: Checkout 🛎️
1313
uses: actions/checkout@v4
1414

15-
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
15+
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
17+
18+
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1719
run: |
1820
pnpm install
1921
pnpm build

0 commit comments

Comments
 (0)