Skip to content

Commit

Permalink
remove placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrensBox authored and WarrensBox committed Jun 24, 2018
1 parent 7455047 commit ffc3ebd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
- run:
command: |
echo "Placeholder"
cd docs; bundle install --path vendor/bundler; bundle exec jekyll build -c _config.yml; cd ..
git config user.email "warren.veerasingam@gmail.com"
git config user.name "warrensbox"
git add .
git commit -m "Release Version"
git push origin ${RELEASE_VERSION}
# cd docs; bundle install --path vendor/bundler; bundle exec jekyll build -c _config.yml; cd ..
# git config user.email "warren.veerasingam@gmail.com"
# git config user.name "warrensbox"
# git add .
# git commit -m "Release Version"
# git push origin ${RELEASE_VERSION}
release:
Expand Down
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "minima"

gem "commonmarker"

0 comments on commit ffc3ebd

Please sign in to comment.