Skip to content

Commit d11f282

Browse files
committed
fix: GHPages workflow
1 parent bcc658e commit d11f282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/GHPages.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
- name: Install And Build
3131
run: |
3232
pnpm install
33+
cd packages/eslint-plugin-svelte
3334
pnpm run update
3435
pnpm build
36+
cd ../../docs-svelte-kit
3537
export NODE_OPTIONS="--max-old-space-size=8192"
36-
cd docs-svelte-kit
3738
pnpm build
3839
- name: Setup Pages
3940
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)