image: amscotti/jekyll-build | |
pipelines: | |
default: | |
- step: | |
script: | |
- bundle exec jekyll build | |
branches: | |
master: | |
- step: | |
script: | |
- bundle exec jekyll build | |
- bundle exec s3_website push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment