Skip to content

Commit

Permalink
chore(site): 修复 site 构建报错 (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue authored Oct 8, 2023
1 parent fc933fe commit cf7d053
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-deploy:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -19,6 +19,8 @@ jobs:
- run: yarn install
- run: cd site && yarn install
- run: cd site && npm run site:build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- run: |
cd site/dist
git init
Expand Down

0 comments on commit cf7d053

Please sign in to comment.