From e79aa12dd69a07393041e02c6cac69c5592a558a Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 12 May 2018 01:35:21 +0000 Subject: [PATCH] Deploy website Deploy website version based on 9327248a140eab25818df7ac0b46af98a0e20e86 --- docs/en/next/publishing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/next/publishing.html b/docs/en/next/publishing.html index e433cfe5dd..e0e3f94d83 100644 --- a/docs/en/next/publishing.html +++ b/docs/en/next/publishing.html @@ -99,7 +99,7 @@
  • Create a .circleci folder and create a config.yml under that folder.
  • Copy the text below into .circleci/config.yml.
  • -
    # If you only one circle to run on direct commits to master, you can uncomment this out
    +
    # If you only want circle to run on direct commits to master, you can uncomment this out
     # and uncomment the filters: *filter-only-master down below too
     #
     # aliases:
    @@ -113,7 +113,7 @@
       deploy-website:
         docker:
           # specify the version you desire here
    -      - image: circleci/node:7.10
    +      - image: circleci/node:8.11.1
     
         steps:
           - checkout