From 1ce5934ee36daf0a9c15c38a16a4253498031a91 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 19 Mar 2018 21:57:21 +0000 Subject: [PATCH] Deploy website Deploy website version based on dbb93567eef068e9a6857341e399017594fa61b1 --- docs/en/publishing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/publishing.html b/docs/en/publishing.html index 5b4b80893c..05bc38b3bf 100644 --- a/docs/en/publishing.html +++ b/docs/en/publishing.html @@ -99,7 +99,7 @@ build_and_deploy: jobs: - deploy-website -# filters: *filter-only-master +# filters: *filter-only-master

Make sure to replace all <....> in the command: sequence with appropriate values. For <GIT_USER>, it should be a GitHub account that has access to push documentation to your GitHub repo. Many times <GIT_USER> and <GITHUB_USERNAME> will be the same.

DO NOT place the actual value of $GITHUB_TOKEN in circle.yml. We already configured that as an environment variable back in Step 3.