Skip to content

Commit

Permalink
increase memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-gdwl committed Feb 26, 2021
1 parent 08f5143 commit 1c04127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ bin-release/
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
.vscode/settings.json
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ git config --global user.email "$INPUT_USER_EMAIL"
# install hexo env
npm install hexo-cli -g
npm install hexo-deployer-git --save
npm npm install -g increase-memory-limit
increase-memory-limit

# deployment
if [ "$INPUT_COMMIT_MSG" = "none" ]
Expand Down

0 comments on commit 1c04127

Please sign in to comment.