Skip to content

Commit

Permalink
fix: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
netweng committed Sep 5, 2022
1 parent d8abf6c commit 43ee4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: build
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn && yarn build
- name: set up pr preview
uses: amondnet/vercel-action@v20
Expand Down

1 comment on commit 43ee4ce

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cloudtower-api-doc ready!

✅ Preview
https://cloudtower-api-94i67ne5q-xiaojun.vercel.app

Built with commit 43ee4ce.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.