From ff140cc0e0e972b9200a86d5d06f43876a63be82 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 30 Nov 2016 14:56:06 -0800 Subject: [PATCH] Add a profile for deploying a demo/example to my own gh-pages branch --- .awestruct_ignore | 4 ++++ .gitignore | 10 +++++++++- content/_config/site.yml | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .awestruct_ignore diff --git a/.awestruct_ignore b/.awestruct_ignore new file mode 100644 index 000000000000..edc9e7505db4 --- /dev/null +++ b/.awestruct_ignore @@ -0,0 +1,4 @@ +Gemfile +Gemfile.lock +Rakefile +vendor diff --git a/.gitignore b/.gitignore index 3f6f2cf6006c..6d6a510d7cce 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ build/ *.sw* .awestruct/ -content/_site Gemfile.lock # Ignore merge files @@ -22,3 +21,12 @@ src/assets # generated pipeline step documentation content/doc/pipeline/steps/*.adoc + + +/.bundle/ +/.sass-cache/ +/_site/ +/_tmp/ +/Gemfile.lock +/content/_site/ +/content/_tmp/ diff --git a/content/_config/site.yml b/content/_config/site.yml index 42bb5dee29ba..8012ad3bb128 100644 --- a/content/_config/site.yml +++ b/content/_config/site.yml @@ -32,3 +32,9 @@ asciidoctor: prewrap: null fragment: '' notitle: '' +profiles: + rtyler: + base_url: https://rtyler.github.io/jenkins.io + deploy: + host: github_pages + branch: gh-pages