Skip to content

Commit

Permalink
actions: fix now script
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Feb 20, 2020
1 parent c09e1d3 commit 4890690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: deploy
uses: actions/zeit-now@master
uses: amondnet/now-deployment@v1
with:
args: --prod
env:
ZEIT_TOKEN: ${{ secrets.ZEIT_TOKEN }}
now-args: '--prod'
zeit-token: ${{ secrets.ZEIT_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"del": "^5.1.0",
"enzyme": "^3.10.0",
"father": "^2.13.3",
"father-doc": "1.0.0-alpha.19",
"father-doc": "1.0.0-alpha.20",
"lerna": "^3.20.2",
"mockjs": "^1.1.0",
"now": "^16.2.0",
Expand Down

0 comments on commit 4890690

Please sign in to comment.