Skip to content

Commit 341c587

Browse files
committed
fix CI build
1 parent df02477 commit 341c587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: |
7575
sudo npm install now -g
7676
cd website
77-
now --token $ZEIT_NOW_TOKEN --prod
77+
now --token $ZEIT_NOW_TOKEN --prod --confirm
7878
7979
workflows:
8080
build_test:

0 commit comments

Comments
 (0)