Skip to content

Commit fd60a87

Browse files
committed
Fix website.yml
1 parent b34761d commit fd60a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: 8
2121
- name: Root Setup
22-
run: pnpm install && pnpm install @nestia/editor@latest && npm run build
22+
run: pnpm install && npm run build
2323
- name: Build
2424
working-directory: website
2525
run: npm install && npm run build

0 commit comments

Comments
 (0)