actions/generators/jekyll.yml
ssp6904 274c66071d Added action files and workflows
Signed-off-by: ssp6904 <shoffer@ttnrtsite.me>
2024-07-25 15:41:08 -04:00

13 lines
241 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 "TBA"