jhipster / jhipster-ansible

Ansible role for managing releases
Apache License 2.0
13 stars 9 forks source link

Don't create Gemfile before building jhipster.github.io #10

Closed mraible closed 5 months ago

mraible commented 5 months ago

Attempt to fix https://github.com/jhipster/jhipster-ansible/issues/9.

The Gemfile already exists with the following content, so it doesn't seem like we should overwrite it.

source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-redirect-from'
gem 'jemoji'

gem "webrick", "~> 1.7"
deepu105 commented 5 months ago

Actually this step is not needed and I think is why you are having issues.