Deploy website

Deploy website version based on 805bc21845
This commit is contained in:
Website Deployment Script
2018-03-01 18:39:22 +00:00
parent 805bc21845
commit b4072ee02a
+10
View File
@@ -0,0 +1,10 @@
# Circle CI 2.0 Config File
# This config file will prevent tests from being run on the gh-pages branch.
version: 2
jobs:
build:
machine: true
branches:
ignore: gh-pages
steps:
-run: echo "Skipping tests on gh-pages branch"