We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34761d commit fd60a87Copy full SHA for fd60a87
.github/workflows/website.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
version: 8
21
- name: Root Setup
22
- run: pnpm install && pnpm install @nestia/editor@latest && npm run build
+ run: pnpm install && npm run build
23
- name: Build
24
working-directory: website
25
run: npm install && npm run build
0 commit comments