actions/generators/jekyll.yml

13 lines
243 B
YAML
Raw Permalink 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
2024-07-26 15:27:40 -04:00
- echo "Done!"