Skip to content

Commit

Permalink
chore: ci/cd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GulomovCreative committed Aug 19, 2024
1 parent 79ef4c1 commit 6092907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- run: bun install --frozen-lockfile
- name: Build
run: bun run build
env:
NODE_OPTIONS: "--BUN_JSC_forceRAMSize=4096"
- uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {
"dev": "vitepress dev",
"build": "node --max_old_space_size=4096 ./node_modules/vitepress/bin/vitepress.js build",
"build": "vitepress build",
"preview": "vitepress preview",
"generate": "plop",
"lint": "markdownlint **/*.md --disable MD045"
Expand Down

0 comments on commit 6092907

Please sign in to comment.