Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Update README.md

Update README.md #62

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ master ]
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec jekyll build
- name: Deploy site
with:
build-dir: _site
uses: NickSchimek/deploy_jamstack_action@main