We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10ab75 commit a33a01cCopy full SHA for a33a01c
scripts/deploy_gh_pages.sh
@@ -24,6 +24,9 @@ cd gh-pages
24
rm -fR * ./circleci
25
cp -r ../docs/public/* ./
26
27
+# set custom domain for the GitHub Pages of this repository
28
+echo ${GH_CUSTOM_DOMAIN} > CNAME
29
+
30
# commit to remote repository on the gh-pages branch
31
git add .
32
git commit -m "Updates gh-pages because of updating the master branch."
0 commit comments