Skip to content

Commit

Permalink
ci: increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Mar 20, 2023
1 parent 96d8bfa commit 9704eca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: yarn
- name: Build and publish document
run: yarn workspace @vue-recaptcha/doc generate
env:
NODE_OPTIONS: --max-old-space-size=8192
- name: Create nojekyll
run: touch ./docs/.output/public
- name: Deploy
Expand Down

0 comments on commit 9704eca

Please sign in to comment.