actions/generators/jekyll.yml

13 lines
243 B
YAML

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 "Done!"