actions/generators/jekyll.yml

13 lines
241 B
YAML
Raw Normal View History

steps:
buildsite:
image: ruby
commands:
- chmod -R a+w .
- gem install bundler
- bundle install
- bundle exec jekyll build
pushsite:
image: ubuntu
commands:
- ls -ltr _site
- echo "TBA"