Skip to content

Commit

Permalink
devops(v2): try build (microsoft#35)
Browse files Browse the repository at this point in the history
* devops(v2): try build

* fix trigger
  • Loading branch information
arjunattam authored Dec 8, 2020
1 parent b257c7d commit 413a685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"build": "node --max-old-space-size=4096 node_modules/@docusaurus/core/bin/docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve"
Expand Down

0 comments on commit 413a685

Please sign in to comment.