initial commit
This commit is contained in:
		@@ -1,5 +1,8 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  testing-jekyll:
 | 
					clone:
 | 
				
			||||||
 | 
					  disable: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					testing_jekyll:
 | 
				
			||||||
  image: jekyll/jekyll:latest
 | 
					  image: jekyll/jekyll:latest
 | 
				
			||||||
  pull: always
 | 
					  pull: always
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
@@ -10,5 +13,3 @@ pipeline:
 | 
				
			|||||||
  - gem install bundler
 | 
					  - gem install bundler
 | 
				
			||||||
  - bundle install
 | 
					  - bundle install
 | 
				
			||||||
  - bundle exec jekyll build
 | 
					  - bundle exec jekyll build
 | 
				
			||||||
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user