Skip to content

post(monitoring): enhancing production monitoring production with ne… #96

post(monitoring): enhancing production monitoring production with ne…

post(monitoring): enhancing production monitoring production with ne… #96

Workflow file for this run

name: Continous Deployment
on:
push:
branches: [master]
jobs:
build:
name: 'Build 📦 & Deploy 🚀'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '3'
- run: gem install bundler
- run: bundle install --jobs 4 --retry 3
- name: 'Build 📦'
run: bundle exec jekyll build
- uses: JamesIves/[email protected]
name: 'Deploy 🚀'
with:
folder: _site
clean: true