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