Skip to content

Commit

Permalink
fix: GHPages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Jun 8, 2024
1 parent bcc658e commit d11f282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- name: Install And Build
run: |
pnpm install
cd packages/eslint-plugin-svelte
pnpm run update
pnpm build
cd ../../docs-svelte-kit
export NODE_OPTIONS="--max-old-space-size=8192"
cd docs-svelte-kit
pnpm build
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit d11f282

Please sign in to comment.